Html Css Color HEX #C880DC Orchid

📋 copy color: '#C880DC'

red 200 ◦ green 128 ◦ blue 220

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

Shades of Orchid #C880DC

Tints of Orchid #C880DC

RGB

 RED value IS 200 (78.52% from 255) = 36.5%

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 36.5%
G = 23.36%
B = 40.15%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C880DC (or 0xC880DC) is known color: Orchid. HEX triplet: C8, 80 and DC. RGB value is (200,128,220). Sum of RGB (Red+Green+Blue) = 200+128+220=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C880DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880DC is #377F23. Grayscale: #9F9F9F. Windows color (decimal): -3637028 or 14450888. OLE color: 14450888.

HSL color Cylindrical-coordinate representation of color #C880DC: hue angle of 286.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C880DC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 128 220 -
CMYK 0.09 0.42 0 0.14
HSL 286.96º 0.57% 0.68% -
HSV(B) 286.96º 0.42% 0.86% -
XYZ 44.46 32.89 71.71 -
YUV 160.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 200 128 220 0.09 0.42 0 0.14 286.96 0.57 0.68
Hex C8 80 DC 9 2A 0 E 11F 39 44
Octal 310 200 334 11 52 0 16 437 71 104
Binary 11001000 10000000 11011100 1001 101010 0 1110 100011111 111001 1000100

Color Harmonies of #C880DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880DC

Black with #C880DC

Text Example


Text Example

White with #C880DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880DC; }

 p { color: rgb(200,128,220); }

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

background-color css

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

 a { background-color: rgb(200,128,220); }

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

border-color css

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

 span { border-color: rgb(200,128,220); }

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