Html Css Color HEX #C880DB Orchid

📋 copy color: '#C880DB'

red 200 ◦ green 128 ◦ blue 219

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

Shades of Orchid #C880DB

Tints of Orchid #C880DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 36.56%
G = 23.4%
B = 40.04%

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

#C880DB (or 0xC880DB) is known color: Orchid. HEX triplet: C8, 80 and DB. RGB value is (200,128,219). Sum of RGB (Red+Green+Blue) = 200+128+219=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C880DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880DB is #377F24. Grayscale: #9F9F9F. Windows color (decimal): -3637029 or 14385352. OLE color: 14385352.

HSL color Cylindrical-coordinate representation of color #C880DB: hue angle of 287.47º degrees, saturation: 0.56, 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 #C880DB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 128 219 -
CMYK 0.09 0.42 0 0.14
HSL 287.47º 0.56% 0.68% -
HSV(B) 287.47º 0.42% 0.86% -
XYZ 44.32 32.83 71.02 -
YUV 159.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 200 128 219 0.09 0.42 0 0.14 287.47 0.56 0.68
Hex C8 80 DB 9 2A 0 E 11F 38 44
Octal 310 200 333 11 52 0 16 437 70 104
Binary 11001000 10000000 11011011 1001 101010 0 1110 100011111 111000 1000100

Color Harmonies of #C880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880DB

Black with #C880DB

Text Example


Text Example

White with #C880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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