Html Css Color HEX #C87DBA Orchid

📋 copy color: '#C87DBA'

red 200 ◦ green 125 ◦ blue 186

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

Shades of Orchid #C87DBA

Tints of Orchid #C87DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 39.14%
G = 24.46%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C87DBA (or 0xC87DBA) is known color: Orchid. HEX triplet: C8, 7D and BA. RGB value is (200,125,186). Sum of RGB (Red+Green+Blue) = 200+125+186=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBA is #378245. Grayscale: #9A9A9A. Windows color (decimal): -3637830 or 12221896. OLE color: 12221896.

HSL color Cylindrical-coordinate representation of color #C87DBA: hue angle of 311.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DBA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 186 -
CMYK 0 0.38 0.07 0.22
HSL 311.2º 0.41% 0.64% -
HSV(B) 311.2º 0.38% 0.78% -
XYZ 40.02 30.49 50.23 -
YUV 154.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 200 125 186 0 0.38 0.07 0.22 311.2 0.41 0.64
Hex C8 7D BA 0 26 7 16 137 29 40
Octal 310 175 272 0 46 7 26 467 51 100
Binary 11001000 1111101 10111010 0 100110 111 10110 100110111 101001 1000000

Color Harmonies of #C87DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DBA

Black with #C87DBA

Text Example


Text Example

White with #C87DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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