Html Css Color HEX #CC80D3 Orchid

📋 copy color: '#CC80D3'

red 204 ◦ green 128 ◦ blue 211

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

Shades of Orchid #CC80D3

Tints of Orchid #CC80D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 37.57%
G = 23.57%
B = 38.86%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC80D3 (or 0xCC80D3) is known color: Orchid. HEX triplet: CC, 80 and D3. RGB value is (204,128,211). Sum of RGB (Red+Green+Blue) = 204+128+211=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80D3 is #337F2C. Grayscale: #9F9F9F. Windows color (decimal): -3374893 or 13861068. OLE color: 13861068.

HSL color Cylindrical-coordinate representation of color #CC80D3: hue angle of 294.94º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC80D3 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 128 211 -
CMYK 0.03 0.39 0 0.17
HSL 294.94º 0.49% 0.66% -
HSV(B) 294.94º 0.39% 0.83% -
XYZ 44.38 32.98 65.65 -
YUV 160.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 204 128 211 0.03 0.39 0 0.17 294.94 0.49 0.66
Hex CC 80 D3 3 27 0 11 127 31 42
Octal 314 200 323 3 47 0 21 447 61 102
Binary 11001100 10000000 11010011 11 100111 0 10001 100100111 110001 1000010

Color Harmonies of #CC80D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80D3

Black with #CC80D3

Text Example


Text Example

White with #CC80D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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