Html Css Color HEX #C87DDB Orchid

📋 copy color: '#C87DDB'

red 200 ◦ green 125 ◦ blue 219

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

Shades of Orchid #C87DDB

Tints of Orchid #C87DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.98%

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

R = 36.76%
G = 22.98%
B = 40.26%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87DDB (or 0xC87DDB) is known color: Orchid. HEX triplet: C8, 7D and DB. RGB value is (200,125,219). Sum of RGB (Red+Green+Blue) = 200+125+219=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDB is #378224. Grayscale: #9D9D9D. Windows color (decimal): -3637797 or 14384584. OLE color: 14384584.

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

Color convert

RGB 200 125 219 -
CMYK 0.09 0.43 0 0.14
HSL 287.87º 0.57% 0.67% -
HSV(B) 287.87º 0.43% 0.86% -
XYZ 43.94 32.06 70.89 -
YUV 158.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 200 125 219 0.09 0.43 0 0.14 287.87 0.57 0.67
Hex C8 7D DB 9 2B 0 E 120 39 43
Octal 310 175 333 11 53 0 16 440 71 103
Binary 11001000 1111101 11011011 1001 101011 0 1110 100100000 111001 1000011

Color Harmonies of #C87DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DDB

Black with #C87DDB

Text Example


Text Example

White with #C87DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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