Html Css Color HEX #C872DC Orchid

📋 copy color: '#C872DC'

red 200 ◦ green 114 ◦ blue 220

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

Shades of Orchid #C872DC

Tints of Orchid #C872DC

RGB

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

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

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

R = 37.45%
G = 21.35%
B = 41.2%

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

#C872DC (or 0xC872DC) is known color: Orchid. HEX triplet: C8, 72 and DC. RGB value is (200,114,220). Sum of RGB (Red+Green+Blue) = 200+114+220=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C872DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872DC is #378D23. Grayscale: #979797. Windows color (decimal): -3640612 or 14447304. OLE color: 14447304.

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

Color convert

RGB 200 114 220 -
CMYK 0.09 0.48 0 0.14
HSL 288.68º 0.6% 0.65% -
HSV(B) 288.68º 0.48% 0.86% -
XYZ 42.76 29.48 71.15 -
YUV 151.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 200 114 220 0.09 0.48 0 0.14 288.68 0.6 0.65
Hex C8 72 DC 9 30 0 E 121 3C 41
Octal 310 162 334 11 60 0 16 441 74 101
Binary 11001000 1110010 11011100 1001 110000 0 1110 100100001 111100 1000001

Color Harmonies of #C872DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872DC

Black with #C872DC

Text Example


Text Example

White with #C872DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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