Html Css Color HEX #CC80CE Orchid

📋 copy color: '#CC80CE'

red 204 ◦ green 128 ◦ blue 206

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

Shades of Orchid #CC80CE

Tints of Orchid #CC80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.79%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 37.92%
G = 23.79%
B = 38.29%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC80CE (or 0xCC80CE) is known color: Orchid. HEX triplet: CC, 80 and CE. RGB value is (204,128,206). Sum of RGB (Red+Green+Blue) = 204+128+206=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80CE is #337F31. Grayscale: #9F9F9F. Windows color (decimal): -3374898 or 13533388. OLE color: 13533388.

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

Color convert

RGB 204 128 206 -
CMYK 0.01 0.38 0 0.19
HSL 298.46º 0.44% 0.65% -
HSV(B) 298.46º 0.38% 0.81% -
XYZ 43.76 32.73 62.4 -
YUV 159.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 204 128 206 0.01 0.38 0 0.19 298.46 0.44 0.65
Hex CC 80 CE 1 26 0 13 12A 2C 41
Octal 314 200 316 1 46 0 23 452 54 101
Binary 11001100 10000000 11001110 1 100110 0 10011 100101010 101100 1000001

Color Harmonies of #CC80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80CE

Black with #CC80CE

Text Example


Text Example

White with #CC80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80CE; }

 p { color: rgb(204,128,206); }

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

background-color css

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

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

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

border-color css

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

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

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