Html Css Color HEX #C87FDB Orchid

📋 copy color: '#C87FDB'

red 200 ◦ green 127 ◦ blue 219

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

Shades of Orchid #C87FDB

Tints of Orchid #C87FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.26%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 36.63%
G = 23.26%
B = 40.11%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87FDB (or 0xC87FDB) is known color: Orchid. HEX triplet: C8, 7F and DB. RGB value is (200,127,219). Sum of RGB (Red+Green+Blue) = 200+127+219=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FDB is #378024. Grayscale: #9F9F9F. Windows color (decimal): -3637285 or 14385096. OLE color: 14385096.

HSL color Cylindrical-coordinate representation of color #C87FDB: hue angle of 287.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87FDB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 127 219 -
CMYK 0.09 0.42 0 0.14
HSL 287.61º 0.56% 0.68% -
HSV(B) 287.61º 0.42% 0.86% -
XYZ 44.19 32.57 70.98 -
YUV 159.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 200 127 219 0.09 0.42 0 0.14 287.61 0.56 0.68
Hex C8 7F DB 9 2A 0 E 120 38 44
Octal 310 177 333 11 52 0 16 440 70 104
Binary 11001000 1111111 11011011 1001 101010 0 1110 100100000 111000 1000100

Color Harmonies of #C87FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FDB

Black with #C87FDB

Text Example


Text Example

White with #C87FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FDB; }

 p { color: rgb(200,127,219); }

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

background-color css

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

 a { background-color: rgb(200,127,219); }

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

border-color css

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

 span { border-color: rgb(200,127,219); }

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