#CC7CD7

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

Shades of Orchid #CC7CD7

Tints of Orchid #CC7CD7

Color information

#CC7CD7 (or 0xCC7CD7) is unknown color: approx Orchid. HEX triplet: CC, 7C and D7. RGB value is (204,124,215). Sum of RGB (Red+Green+Blue) = 204+124+215=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC7CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CD7 is #338328. Grayscale: #9E9E9E. Windows color (decimal): -3375913 or 14122188. OLE color: 14122188.

HSL color Cylindrical-coordinate representation of color #CC7CD7: hue angle of 292.75º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7CD7 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204124215-
CMYK0.050.4200.16
HSL292.75º53.22%66.47%-
HSV(B)292.75º42.33%84.31%-
XYZ44.3832.1668.16-
YUV158.29160160.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=37.57%
G=22.84%
B=39.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041242150.050.4200.16292.7553.2266.47
HexCC7CD752A0101253542
Octal31417432755202044565102
Binary110011001111100110101111011010100100001001001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CD7; }

 p { color: rgb(204,124,215); }

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

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

 a { background-color: rgb(204,124,215); }

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

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

 span { border-color: rgb(204,124,215); }

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