Html Css Color HEX #C877DF Orchid

📋 copy color: '#C877DF'

red 200 ◦ green 119 ◦ blue 223

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

Shades of Orchid #C877DF

Tints of Orchid #C877DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 36.9%
G = 21.96%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C877DF (or 0xC877DF) is known color: Orchid. HEX triplet: C8, 77 and DF. RGB value is (200,119,223). Sum of RGB (Red+Green+Blue) = 200+119+223=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C877DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877DF is #378820. Grayscale: #9A9A9A. Windows color (decimal): -3639329 or 14645192. OLE color: 14645192.

HSL color Cylindrical-coordinate representation of color #C877DF: hue angle of 286.73º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C877DF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 119 223 -
CMYK 0.10 0.47 0 0.13
HSL 286.73º 0.62% 0.67% -
HSV(B) 286.73º 0.47% 0.87% -
XYZ 43.74 30.8 73.45 -
YUV 155.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 200 119 223 0.10 0.47 0 0.13 286.73 0.62 0.67
Hex C8 77 DF A 2F 0 D 11F 3E 43
Octal 310 167 337 12 57 0 15 437 76 103
Binary 11001000 1110111 11011111 1010 101111 0 1101 100011111 111110 1000011

Color Harmonies of #C877DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C877DF

Black with #C877DF

Text Example


Text Example

White with #C877DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C877DF; }

 p { color: rgb(200,119,223); }

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

background-color css

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

 a { background-color: rgb(200,119,223); }

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

border-color css

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

 span { border-color: rgb(200,119,223); }

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