Html Css Color HEX #C879C2 Orchid

📋 copy color: '#C879C2'

red 200 ◦ green 121 ◦ blue 194

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

Shades of Orchid #C879C2

Tints of Orchid #C879C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.67%

R = 38.83%
G = 23.5%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C879C2 (or 0xC879C2) is known color: Orchid. HEX triplet: C8, 79 and C2. RGB value is (200,121,194). Sum of RGB (Red+Green+Blue) = 200+121+194=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C879C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879C2 is #37863D. Grayscale: #989898. Windows color (decimal): -3638846 or 12745160. OLE color: 12745160.

HSL color Cylindrical-coordinate representation of color #C879C2: hue angle of 304.56º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C879C2 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 121 194 -
CMYK 0 0.39 0.03 0.22
HSL 304.56º 0.42% 0.63% -
HSV(B) 304.56º 0.4% 0.78% -
XYZ 40.39 29.85 54.67 -
YUV 152.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 200 121 194 0 0.39 0.03 0.22 304.56 0.42 0.63
Hex C8 79 C2 0 27 3 16 131 2A 3F
Octal 310 171 302 0 47 3 26 461 52 77
Binary 11001000 1111001 11000010 0 100111 11 10110 100110001 101010 111111

Color Harmonies of #C879C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879C2

Black with #C879C2

Text Example


Text Example

White with #C879C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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