Html Css Color HEX #CC85CF Orchid

📋 copy color: '#CC85CF'

red 204 ◦ green 133 ◦ blue 207

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

Shades of Orchid #CC85CF

Tints of Orchid #CC85CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 37.5%
G = 24.45%
B = 38.05%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC85CF (or 0xCC85CF) is known color: Orchid. HEX triplet: CC, 85 and CF. RGB value is (204,133,207). Sum of RGB (Red+Green+Blue) = 204+133+207=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85CF is #337A30. Grayscale: #A2A2A2. Windows color (decimal): -3373617 or 13600204. OLE color: 13600204.

HSL color Cylindrical-coordinate representation of color #CC85CF: hue angle of 297.57º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC85CF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 133 207 -
CMYK 0.01 0.36 0 0.19
HSL 297.57º 0.44% 0.67% -
HSV(B) 297.57º 0.36% 0.81% -
XYZ 44.55 34.12 63.27 -
YUV 162.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 204 133 207 0.01 0.36 0 0.19 297.57 0.44 0.67
Hex CC 85 CF 1 24 0 13 12A 2C 43
Octal 314 205 317 1 44 0 23 452 54 103
Binary 11001100 10000101 11001111 1 100100 0 10011 100101010 101100 1000011

Color Harmonies of #CC85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85CF

Black with #CC85CF

Text Example


Text Example

White with #CC85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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