Html Css Color HEX #CC85D9 Orchid

📋 copy color: '#CC85D9'

red 204 ◦ green 133 ◦ blue 217

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

Shades of Orchid #CC85D9

Tints of Orchid #CC85D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.17%

R = 36.82%
G = 24.01%
B = 39.17%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC85D9 (or 0xCC85D9) is known color: Orchid. HEX triplet: CC, 85 and D9. RGB value is (204,133,217). Sum of RGB (Red+Green+Blue) = 204+133+217=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC85D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85D9 is #337A26. Grayscale: #A3A3A3. Windows color (decimal): -3373607 or 14255564. OLE color: 14255564.

HSL color Cylindrical-coordinate representation of color #CC85D9: hue angle of 290.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC85D9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 133 217 -
CMYK 0.06 0.39 0 0.15
HSL 290.71º 0.53% 0.69% -
HSV(B) 290.71º 0.39% 0.85% -
XYZ 45.81 34.62 69.91 -
YUV 163.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 204 133 217 0.06 0.39 0 0.15 290.71 0.53 0.69
Hex CC 85 D9 6 27 0 F 123 34 45
Octal 314 205 331 6 47 0 17 443 64 105
Binary 11001100 10000101 11011001 110 100111 0 1111 100100011 110100 1000101

Color Harmonies of #CC85D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85D9

Black with #CC85D9

Text Example


Text Example

White with #CC85D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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