Html Css Color HEX #CC80CF Orchid

📋 copy color: '#CC80CF'

red 204 ◦ green 128 ◦ blue 207

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

Shades of Orchid #CC80CF

Tints of Orchid #CC80CF

RGB

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

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

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

R = 37.85%
G = 23.75%
B = 38.4%

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

#CC80CF (or 0xCC80CF) is known color: Orchid. HEX triplet: CC, 80 and CF. RGB value is (204,128,207). Sum of RGB (Red+Green+Blue) = 204+128+207=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80CF is #337F30. Grayscale: #9F9F9F. Windows color (decimal): -3374897 or 13598924. OLE color: 13598924.

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

Color convert

RGB 204 128 207 -
CMYK 0.01 0.38 0 0.19
HSL 297.72º 0.45% 0.66% -
HSV(B) 297.72º 0.38% 0.81% -
XYZ 43.88 32.78 63.05 -
YUV 159.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 204 128 207 0.01 0.38 0 0.19 297.72 0.45 0.66
Hex CC 80 CF 1 26 0 13 12A 2D 42
Octal 314 200 317 1 46 0 23 452 55 102
Binary 11001100 10000000 11001111 1 100110 0 10011 100101010 101101 1000010

Color Harmonies of #CC80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80CF

Black with #CC80CF

Text Example


Text Example

White with #CC80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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