#CC7CCD

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

Shades of Orchid #CC7CCD

Tints of Orchid #CC7CCD

Color information

#CC7CCD (or 0xCC7CCD) is unknown color: approx Orchid. HEX triplet: CC, 7C and CD. RGB value is (204,124,205). Sum of RGB (Red+Green+Blue) = 204+124+205=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCD is #338332. Grayscale: #9C9C9C. Windows color (decimal): -3375923 or 13466828. OLE color: 13466828.

HSL color Cylindrical-coordinate representation of color #CC7CCD: hue angle of 299.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7CCD is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204124205-
CMYK0.000.4000.20
HSL299.26º44.75%64.51%-
HSV(B)299.26º39.51%80.39%-
XYZ43.1331.6661.6-
YUV157.15155161.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=38.27%
G=23.26%
B=38.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041242050.000.4000.20299.2644.7564.51
HexCC7CCD02801412b2d41
Octal31417431505002445355101
Binary1100110011111001100110101010000101001001010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CCD; }

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

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

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

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

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

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

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

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