Html Css Color HEX #C872D8 Orchid

📋 copy color: '#C872D8'

red 200 ◦ green 114 ◦ blue 216

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

Shades of Orchid #C872D8

Tints of Orchid #C872D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.75%

R = 37.74%
G = 21.51%
B = 40.75%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C872D8 (or 0xC872D8) is known color: Orchid. HEX triplet: C8, 72 and D8. RGB value is (200,114,216). Sum of RGB (Red+Green+Blue) = 200+114+216=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #C872D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872D8 is #378D27. Grayscale: #979797. Windows color (decimal): -3640616 or 14185160. OLE color: 14185160.

HSL color Cylindrical-coordinate representation of color #C872D8: hue angle of 290.59º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C872D8 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 114 216 -
CMYK 0.07 0.47 0 0.15
HSL 290.59º 0.57% 0.65% -
HSV(B) 290.59º 0.47% 0.85% -
XYZ 42.23 29.27 68.39 -
YUV 151.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 200 114 216 0.07 0.47 0 0.15 290.59 0.57 0.65
Hex C8 72 D8 7 2F 0 F 123 39 41
Octal 310 162 330 7 57 0 17 443 71 101
Binary 11001000 1110010 11011000 111 101111 0 1111 100100011 111001 1000001

Color Harmonies of #C872D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872D8

Black with #C872D8

Text Example


Text Example

White with #C872D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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