Html Css Color HEX #C872DF Orchid

📋 copy color: '#C872DF'

red 200 ◦ green 114 ◦ blue 223

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

Shades of Orchid #C872DF

Tints of Orchid #C872DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 37.24%
G = 21.23%
B = 41.53%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C872DF (or 0xC872DF) is known color: Orchid. HEX triplet: C8, 72 and DF. RGB value is (200,114,223). Sum of RGB (Red+Green+Blue) = 200+114+223=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C872DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872DF is #378D20. Grayscale: #979797. Windows color (decimal): -3640609 or 14643912. OLE color: 14643912.

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

Color convert

RGB 200 114 223 -
CMYK 0.10 0.49 0 0.13
HSL 287.34º 0.63% 0.66% -
HSV(B) 287.34º 0.49% 0.87% -
XYZ 43.16 29.64 73.26 -
YUV 152.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 200 114 223 0.10 0.49 0 0.13 287.34 0.63 0.66
Hex C8 72 DF A 31 0 D 11F 3F 42
Octal 310 162 337 12 61 0 15 437 77 102
Binary 11001000 1110010 11011111 1010 110001 0 1101 100011111 111111 1000010

Color Harmonies of #C872DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872DF

Black with #C872DF

Text Example


Text Example

White with #C872DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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