Html Css Color HEX #C872CF Orchid

📋 copy color: '#C872CF'

red 200 ◦ green 114 ◦ blue 207

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

Shades of Orchid #C872CF

Tints of Orchid #C872CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 38.39%
G = 21.88%
B = 39.73%

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

#C872CF (or 0xC872CF) is known color: Orchid. HEX triplet: C8, 72 and CF. RGB value is (200,114,207). Sum of RGB (Red+Green+Blue) = 200+114+207=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #C872CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872CF is #378D30. Grayscale: #969696. Windows color (decimal): -3640625 or 13595336. OLE color: 13595336.

HSL color Cylindrical-coordinate representation of color #C872CF: hue angle of 295.48º degrees, saturation: 0.49, 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 #C872CF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 114 207 -
CMYK 0.03 0.45 0 0.19
HSL 295.48º 0.49% 0.63% -
HSV(B) 295.48º 0.45% 0.81% -
XYZ 41.1 28.82 62.43 -
YUV 150.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 200 114 207 0.03 0.45 0 0.19 295.48 0.49 0.63
Hex C8 72 CF 3 2D 0 13 127 31 3F
Octal 310 162 317 3 55 0 23 447 61 77
Binary 11001000 1110010 11001111 11 101101 0 10011 100100111 110001 111111

Color Harmonies of #C872CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872CF

Black with #C872CF

Text Example


Text Example

White with #C872CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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