Html Css Color HEX #C87CDB Orchid

📋 copy color: '#C87CDB'

red 200 ◦ green 124 ◦ blue 219

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

Shades of Orchid #C87CDB

Tints of Orchid #C87CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.84%

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

R = 36.83%
G = 22.84%
B = 40.33%

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

#C87CDB (or 0xC87CDB) is known color: Orchid. HEX triplet: C8, 7C and DB. RGB value is (200,124,219). Sum of RGB (Red+Green+Blue) = 200+124+219=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CDB is #378324. Grayscale: #9D9D9D. Windows color (decimal): -3638053 or 14384328. OLE color: 14384328.

HSL color Cylindrical-coordinate representation of color #C87CDB: hue angle of 288º 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 #C87CDB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 124 219 -
CMYK 0.09 0.43 0 0.14
HSL 288º 0.57% 0.67% -
HSV(B) 288º 0.43% 0.86% -
XYZ 43.81 31.81 70.85 -
YUV 157.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 200 124 219 0.09 0.43 0 0.14 288 0.57 0.67
Hex C8 7C DB 9 2B 0 E 120 39 43
Octal 310 174 333 11 53 0 16 440 71 103
Binary 11001000 1111100 11011011 1001 101011 0 1110 100100000 111001 1000011

Color Harmonies of #C87CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CDB

Black with #C87CDB

Text Example


Text Example

White with #C87CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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