#CC85C6

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

Shades of Orchid #CC85C6

Tints of Orchid #CC85C6

Color information

#CC85C6 (or 0xCC85C6) is unknown color: approx Orchid. HEX triplet: CC, 85 and C6. RGB value is (204,133,198). Sum of RGB (Red+Green+Blue) = 204+133+198=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85C6 is #337A39. Grayscale: #A1A1A1. Windows color (decimal): -3373626 or 13010380. OLE color: 13010380.

HSL color Cylindrical-coordinate representation of color #CC85C6: hue angle of 305.07º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85C6 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204133198-
CMYK00.350.030.2
HSL305.07º41.04%66.08%-
HSV(B)305.07º34.8%80%-
XYZ43.4833.6957.64-
YUV161.64148.52158.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=38.13%
G=24.86%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413319800.350.030.2305.0741.0466.08
HexCC85C60233141312942
Octal31420530604332446151102
Binary110011001000010111000110010001111101001001100011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85C6; }

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

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

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

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

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

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

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

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