Html Css Color HEX #C879CE Orchid

📋 copy color: '#C879CE'

red 200 ◦ green 121 ◦ blue 206

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

Shades of Orchid #C879CE

Tints of Orchid #C879CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.96%

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

R = 37.95%
G = 22.96%
B = 39.09%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C879CE (or 0xC879CE) is known color: Orchid. HEX triplet: C8, 79 and CE. RGB value is (200,121,206). Sum of RGB (Red+Green+Blue) = 200+121+206=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C879CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879CE is #378631. Grayscale: #9A9A9A. Windows color (decimal): -3638834 or 13531592. OLE color: 13531592.

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

Color convert

RGB 200 121 206 -
CMYK 0.03 0.41 0 0.19
HSL 295.76º 0.46% 0.64% -
HSV(B) 295.76º 0.41% 0.81% -
XYZ 41.8 30.41 62.06 -
YUV 154.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 200 121 206 0.03 0.41 0 0.19 295.76 0.46 0.64
Hex C8 79 CE 3 29 0 13 128 2E 40
Octal 310 171 316 3 51 0 23 450 56 100
Binary 11001000 1111001 11001110 11 101001 0 10011 100101000 101110 1000000

Color Harmonies of #C879CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879CE

Black with #C879CE

Text Example


Text Example

White with #C879CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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