#cc4cf7

Color #CC4CF7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC4CF7

Tints of Medium Orchid #CC4CF7

Color information

#CC4CF7 (or 0xCC4CF7) is unknown color: approx Medium Orchid. HEX triplet: CC, 4C and F7. RGB value is (204,76,247). Sum of RGB (Red+Green+Blue) = 204+76+247=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC4CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CF7 is #33B308. Grayscale: #858585. Windows color (decimal): -3388169 or 16207052. OLE color: 16207052.

HSL color Cylindrical-coordinate representation of color #CC4CF7: hue angle of 284.91º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4CF7 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20476247-
CMYK0.170.6900.03
HSL284.91º91.44%63.33%-
HSV(B)284.91º69.23%96.86%-
XYZ44.2724.7290.43-
YUV133.77191.91178.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 76 (30.08% from 255) = 14.42%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=38.71%
G=14.42%
B=46.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204762470.170.6900.03284.9191.4463.33
HexCC4CF711450311d5b3f
Octal314114367211050343513377
Binary110011001001100111101111000110001010111000111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4cf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4cf7; }

 p { color: rgb(204,76,247); }

 H1.HeaderClassName
 {
   color: #cc4cf7;
 }
 .AnyTagClassName
 {
   color: #cc4cf7;
 }
</style>
background-color css

<style>
 a { background-color: #cc4cf7; }

 a { background-color: rgb(204,76,247); }

 div.DivClassName
 {
   background-color: #cc4cf7;
 }
 .BgClassName
 {
   background-color: #cc4cf7;
 }
</style>
border-color css

<style>
 span { border-color: #cc4cf7; }

 span { border-color: rgb(204,76,247); }

 td.TdClassName
 {
   border-color: #cc4cf7;
 }
 .TagClassName
 {
   border-color: #cc4cf7;
 }
</style>