#CC85D5

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

Shades of Orchid #CC85D5

Tints of Orchid #CC85D5

Color information

#CC85D5 (or 0xCC85D5) is unknown color: approx Orchid. HEX triplet: CC, 85 and D5. RGB value is (204,133,213). Sum of RGB (Red+Green+Blue) = 204+133+213=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC85D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85D5 is #337A2A. Grayscale: #A3A3A3. Windows color (decimal): -3373611 or 13993420. OLE color: 13993420.

HSL color Cylindrical-coordinate representation of color #CC85D5: hue angle of 293.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC85D5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204133213-
CMYK0.040.3800.16
HSL293.25º48.78%67.84%-
HSV(B)293.25º37.56%83.53%-
XYZ45.334.4267.21-
YUV163.35156.02157-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=37.09%
G=24.18%
B=38.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041332130.040.3800.16293.2548.7867.84
HexCC85D54260101253144
Octal31420532544602044561104
Binary1100110010000101110101011001001100100001001001011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85D5; }

 p { color: rgb(204,133,213); }

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

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

 a { background-color: rgb(204,133,213); }

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

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

 span { border-color: rgb(204,133,213); }

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