Html Css Color HEX #C87DDA Orchid

📋 copy color: '#C87DDA'

red 200 ◦ green 125 ◦ blue 218

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

Shades of Orchid #C87DDA

Tints of Orchid #C87DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 36.83%
G = 23.02%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C87DDA (or 0xC87DDA) is known color: Orchid. HEX triplet: C8, 7D and DA. RGB value is (200,125,218). Sum of RGB (Red+Green+Blue) = 200+125+218=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C87DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDA is #378225. Grayscale: #9D9D9D. Windows color (decimal): -3637798 or 14319048. OLE color: 14319048.

HSL color Cylindrical-coordinate representation of color #C87DDA: hue angle of 288.39º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87DDA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 125 218 -
CMYK 0.08 0.43 0 0.15
HSL 288.39º 0.56% 0.67% -
HSV(B) 288.39º 0.43% 0.85% -
XYZ 43.81 32.01 70.2 -
YUV 158.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 200 125 218 0.08 0.43 0 0.15 288.39 0.56 0.67
Hex C8 7D DA 8 2B 0 F 120 38 43
Octal 310 175 332 10 53 0 17 440 70 103
Binary 11001000 1111101 11011010 1000 101011 0 1111 100100000 111000 1000011

Color Harmonies of #C87DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DDA

Black with #C87DDA

Text Example


Text Example

White with #C87DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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