Html Css Color HEX #C878CA Orchid

📋 copy color: '#C878CA'

red 200 ◦ green 120 ◦ blue 202

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

Shades of Orchid #C878CA

Tints of Orchid #C878CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.99%

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 38.31%
G = 22.99%
B = 38.7%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C878CA (or 0xC878CA) is known color: Orchid. HEX triplet: C8, 78 and CA. RGB value is (200,120,202). Sum of RGB (Red+Green+Blue) = 200+120+202=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C878CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878CA is #378735. Grayscale: #999999. Windows color (decimal): -3639094 or 13269192. OLE color: 13269192.

HSL color Cylindrical-coordinate representation of color #C878CA: hue angle of 298.54º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C878CA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 120 202 -
CMYK 0.01 0.41 0 0.21
HSL 298.54º 0.44% 0.63% -
HSV(B) 298.54º 0.41% 0.79% -
XYZ 41.2 29.98 59.49 -
YUV 153.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 200 120 202 0.01 0.41 0 0.21 298.54 0.44 0.63
Hex C8 78 CA 1 29 0 15 12B 2C 3F
Octal 310 170 312 1 51 0 25 453 54 77
Binary 11001000 1111000 11001010 1 101001 0 10101 100101011 101100 111111

Color Harmonies of #C878CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878CA

Black with #C878CA

Text Example


Text Example

White with #C878CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878CA; }

 p { color: rgb(200,120,202); }

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

background-color css

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

 a { background-color: rgb(200,120,202); }

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

border-color css

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

 span { border-color: rgb(200,120,202); }

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