Html Css Color HEX #CC80DF Orchid

📋 copy color: '#CC80DF'

red 204 ◦ green 128 ◦ blue 223

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

Shades of Orchid #CC80DF

Tints of Orchid #CC80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 36.76%
G = 23.06%
B = 40.18%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC80DF (or 0xCC80DF) is known color: Orchid. HEX triplet: CC, 80 and DF. RGB value is (204,128,223). Sum of RGB (Red+Green+Blue) = 204+128+223=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80DF is #337F20. Grayscale: #A1A1A1. Windows color (decimal): -3374881 or 14647500. OLE color: 14647500.

HSL color Cylindrical-coordinate representation of color #CC80DF: hue angle of 288º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC80DF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 128 223 -
CMYK 0.09 0.43 0 0.13
HSL 288º 0.6% 0.69% -
HSV(B) 288º 0.43% 0.87% -
XYZ 45.94 33.6 73.88 -
YUV 161.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 204 128 223 0.09 0.43 0 0.13 288 0.6 0.69
Hex CC 80 DF 9 2B 0 D 120 3C 45
Octal 314 200 337 11 53 0 15 440 74 105
Binary 11001100 10000000 11011111 1001 101011 0 1101 100100000 111100 1000101

Color Harmonies of #CC80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80DF

Black with #CC80DF

Text Example


Text Example

White with #CC80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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