Html Css Color HEX #C87ADB Orchid

📋 copy color: '#C87ADB'

red 200 ◦ green 122 ◦ blue 219

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

Shades of Orchid #C87ADB

Tints of Orchid #C87ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.55%

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

R = 36.97%
G = 22.55%
B = 40.48%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C87ADB (or 0xC87ADB) is known color: Orchid. HEX triplet: C8, 7A and DB. RGB value is (200,122,219). Sum of RGB (Red+Green+Blue) = 200+122+219=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ADB is #378524. Grayscale: #9C9C9C. Windows color (decimal): -3638565 or 14383816. OLE color: 14383816.

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

Color convert

RGB 200 122 219 -
CMYK 0.09 0.44 0 0.14
HSL 288.25º 0.57% 0.67% -
HSV(B) 288.25º 0.44% 0.86% -
XYZ 43.57 31.31 70.77 -
YUV 156.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 200 122 219 0.09 0.44 0 0.14 288.25 0.57 0.67
Hex C8 7A DB 9 2C 0 E 120 39 43
Octal 310 172 333 11 54 0 16 440 71 103
Binary 11001000 1111010 11011011 1001 101100 0 1110 100100000 111001 1000011

Color Harmonies of #C87ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87ADB

Black with #C87ADB

Text Example


Text Example

White with #C87ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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