Html Css Color HEX #C879CF Orchid

📋 copy color: '#C879CF'

red 200 ◦ green 121 ◦ blue 207

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

Shades of Orchid #C879CF

Tints of Orchid #C879CF

RGB

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

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

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

R = 37.88%
G = 22.92%
B = 39.2%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C879CF (or 0xC879CF) is known color: Orchid. HEX triplet: C8, 79 and CF. RGB value is (200,121,207). Sum of RGB (Red+Green+Blue) = 200+121+207=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #C879CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879CF is #378630. Grayscale: #9A9A9A. Windows color (decimal): -3638833 or 13597128. OLE color: 13597128.

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

Color convert

RGB 200 121 207 -
CMYK 0.03 0.42 0 0.19
HSL 295.12º 0.47% 0.64% -
HSV(B) 295.12º 0.42% 0.81% -
XYZ 41.92 30.46 62.7 -
YUV 154.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 200 121 207 0.03 0.42 0 0.19 295.12 0.47 0.64
Hex C8 79 CF 3 2A 0 13 127 2F 40
Octal 310 171 317 3 52 0 23 447 57 100
Binary 11001000 1111001 11001111 11 101010 0 10011 100100111 101111 1000000

Color Harmonies of #C879CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C879CF

Black with #C879CF

Text Example


Text Example

White with #C879CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C879CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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