Html Css Color HEX #C872DD Orchid

📋 copy color: '#C872DD'

red 200 ◦ green 114 ◦ blue 221

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

Shades of Orchid #C872DD

Tints of Orchid #C872DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 37.38%
G = 21.31%
B = 41.31%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C872DD (or 0xC872DD) is known color: Orchid. HEX triplet: C8, 72 and DD. RGB value is (200,114,221). Sum of RGB (Red+Green+Blue) = 200+114+221=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C872DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872DD is #378D22. Grayscale: #979797. Windows color (decimal): -3640611 or 14512840. OLE color: 14512840.

HSL color Cylindrical-coordinate representation of color #C872DD: hue angle of 288.22º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C872DD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 114 221 -
CMYK 0.10 0.48 0 0.13
HSL 288.22º 0.61% 0.66% -
HSV(B) 288.22º 0.48% 0.87% -
XYZ 42.89 29.53 71.85 -
YUV 151.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 200 114 221 0.10 0.48 0 0.13 288.22 0.61 0.66
Hex C8 72 DD A 30 0 D 120 3D 42
Octal 310 162 335 12 60 0 15 440 75 102
Binary 11001000 1110010 11011101 1010 110000 0 1101 100100000 111101 1000010

Color Harmonies of #C872DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872DD

Black with #C872DD

Text Example


Text Example

White with #C872DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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