Html Css Color HEX #C87DBE Orchid

📋 copy color: '#C87DBE'

red 200 ◦ green 125 ◦ blue 190

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

Shades of Orchid #C87DBE

Tints of Orchid #C87DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 38.83%
G = 24.27%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C87DBE (or 0xC87DBE) is known color: Orchid. HEX triplet: C8, 7D and BE. RGB value is (200,125,190). Sum of RGB (Red+Green+Blue) = 200+125+190=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DBE is #378241. Grayscale: #9A9A9A. Windows color (decimal): -3637826 or 12484040. OLE color: 12484040.

HSL color Cylindrical-coordinate representation of color #C87DBE: hue angle of 308º 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 #C87DBE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 190 -
CMYK 0 0.38 0.05 0.22
HSL 308º 0.41% 0.64% -
HSV(B) 308º 0.38% 0.78% -
XYZ 40.45 30.66 52.5 -
YUV 154.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 200 125 190 0 0.38 0.05 0.22 308 0.41 0.64
Hex C8 7D BE 0 26 5 16 134 29 40
Octal 310 175 276 0 46 5 26 464 51 100
Binary 11001000 1111101 10111110 0 100110 101 10110 100110100 101001 1000000

Color Harmonies of #C87DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DBE

Black with #C87DBE

Text Example


Text Example

White with #C87DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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