Html Css Color HEX #C87DDF Orchid

📋 copy color: '#C87DDF'

red 200 ◦ green 125 ◦ blue 223

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

Shades of Orchid #C87DDF

Tints of Orchid #C87DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 36.5%
G = 22.81%
B = 40.69%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C87DDF (or 0xC87DDF) is known color: Orchid. HEX triplet: C8, 7D and DF. RGB value is (200,125,223). Sum of RGB (Red+Green+Blue) = 200+125+223=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C87DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDF is #378220. Grayscale: #9E9E9E. Windows color (decimal): -3637793 or 14646728. OLE color: 14646728.

HSL color Cylindrical-coordinate representation of color #C87DDF: hue angle of 285.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87DDF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 125 223 -
CMYK 0.10 0.44 0 0.13
HSL 285.92º 0.6% 0.68% -
HSV(B) 285.92º 0.44% 0.87% -
XYZ 44.47 32.27 73.7 -
YUV 158.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 200 125 223 0.10 0.44 0 0.13 285.92 0.6 0.68
Hex C8 7D DF A 2C 0 D 11E 3C 44
Octal 310 175 337 12 54 0 15 436 74 104
Binary 11001000 1111101 11011111 1010 101100 0 1101 100011110 111100 1000100

Color Harmonies of #C87DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DDF

Black with #C87DDF

Text Example


Text Example

White with #C87DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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