Html Css Color HEX #C872DB Orchid

📋 copy color: '#C872DB'

red 200 ◦ green 114 ◦ blue 219

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

Shades of Orchid #C872DB

Tints of Orchid #C872DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.39%

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

R = 37.52%
G = 21.39%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C872DB (or 0xC872DB) is known color: Orchid. HEX triplet: C8, 72 and DB. RGB value is (200,114,219). Sum of RGB (Red+Green+Blue) = 200+114+219=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C872DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872DB is #378D24. Grayscale: #979797. Windows color (decimal): -3640613 or 14381768. OLE color: 14381768.

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

Color convert

RGB 200 114 219 -
CMYK 0.09 0.48 0 0.14
HSL 289.14º 0.59% 0.65% -
HSV(B) 289.14º 0.48% 0.86% -
XYZ 42.62 29.43 70.45 -
YUV 151.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 200 114 219 0.09 0.48 0 0.14 289.14 0.59 0.65
Hex C8 72 DB 9 30 0 E 121 3B 41
Octal 310 162 333 11 60 0 16 441 73 101
Binary 11001000 1110010 11011011 1001 110000 0 1110 100100001 111011 1000001

Color Harmonies of #C872DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872DB

Black with #C872DB

Text Example


Text Example

White with #C872DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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