Html Css Color HEX #CC85CC Orchid

📋 copy color: '#CC85CC'

red 204 ◦ green 133 ◦ blue 204

#CC85CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC85CC

Tints of Orchid #CC85CC

RGB

 RED value IS 204 (80.08% from 255) = 37.71%

 GREEN value IS 133 (52.34% from 255) = 24.58%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 37.71%
G = 24.58%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC85CC (or 0xCC85CC) is known color: Orchid. HEX triplet: CC, 85 and CC. RGB value is (204,133,204). Sum of RGB (Red+Green+Blue) = 204+133+204=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85CC is #337A33. Grayscale: #A2A2A2. Windows color (decimal): -3373620 or 13403596. OLE color: 13403596.

HSL color Cylindrical-coordinate representation of color #CC85CC: hue angle of 300º 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 #CC85CC is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 204 -
CMYK 0 0.35 0 0.2
HSL 300º 0.41% 0.66% -
HSV(B) 300º 0.35% 0.8% -
XYZ 44.19 33.97 61.36 -
YUV 162.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 204 133 204 0 0.35 0 0.2 300 0.41 0.66
Hex CC 85 CC 0 23 0 14 12C 29 42
Octal 314 205 314 0 43 0 24 454 51 102
Binary 11001100 10000101 11001100 0 100011 0 10100 100101100 101001 1000010

Color Harmonies of #CC85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85CC

Black with #CC85CC

Text Example


Text Example

White with #CC85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85CC; }

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

 H1.HeaderClassName
 {
   color: #CC85CC;
 }
 .AnyTagClassName
 {
   color: #CC85CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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