Html Css Color HEX #C872CE Orchid

📋 copy color: '#C872CE'

red 200 ◦ green 114 ◦ blue 206

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

Shades of Orchid #C872CE

Tints of Orchid #C872CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 38.46%
G = 21.92%
B = 39.62%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C872CE (or 0xC872CE) is known color: Orchid. HEX triplet: C8, 72 and CE. RGB value is (200,114,206). Sum of RGB (Red+Green+Blue) = 200+114+206=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #C872CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872CE is #378D31. Grayscale: #959595. Windows color (decimal): -3640626 or 13529800. OLE color: 13529800.

HSL color Cylindrical-coordinate representation of color #C872CE: hue angle of 296.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C872CE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 114 206 -
CMYK 0.03 0.45 0 0.19
HSL 296.09º 0.48% 0.63% -
HSV(B) 296.09º 0.45% 0.81% -
XYZ 40.98 28.77 61.79 -
YUV 150.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 200 114 206 0.03 0.45 0 0.19 296.09 0.48 0.63
Hex C8 72 CE 3 2D 0 13 128 30 3F
Octal 310 162 316 3 55 0 23 450 60 77
Binary 11001000 1110010 11001110 11 101101 0 10011 100101000 110000 111111

Color Harmonies of #C872CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872CE

Black with #C872CE

Text Example


Text Example

White with #C872CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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