Html Css Color HEX #C872C9 Orchid

📋 copy color: '#C872C9'

red 200 ◦ green 114 ◦ blue 201

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

Shades of Orchid #C872C9

Tints of Orchid #C872C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 38.83%
G = 22.14%
B = 39.03%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C872C9 (or 0xC872C9) is known color: Orchid. HEX triplet: C8, 72 and C9. RGB value is (200,114,201). Sum of RGB (Red+Green+Blue) = 200+114+201=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #C872C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872C9 is #378D36. Grayscale: #959595. Windows color (decimal): -3640631 or 13202120. OLE color: 13202120.

HSL color Cylindrical-coordinate representation of color #C872C9: hue angle of 299.31º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C872C9 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 114 201 -
CMYK 0.00 0.43 0 0.21
HSL 299.31º 0.45% 0.62% -
HSV(B) 299.31º 0.43% 0.79% -
XYZ 40.38 28.53 58.64 -
YUV 149.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 200 114 201 0.00 0.43 0 0.21 299.31 0.45 0.62
Hex C8 72 C9 0 2B 0 15 12B 2D 3E
Octal 310 162 311 0 53 0 25 453 55 76
Binary 11001000 1110010 11001001 0 101011 0 10101 100101011 101101 111110

Color Harmonies of #C872C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872C9

Black with #C872C9

Text Example


Text Example

White with #C872C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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