Html Css Color HEX #C87DDD Orchid

📋 copy color: '#C87DDD'

red 200 ◦ green 125 ◦ blue 221

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

Shades of Orchid #C87DDD

Tints of Orchid #C87DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 36.63%
G = 22.89%
B = 40.48%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C87DDD (or 0xC87DDD) is known color: Orchid. HEX triplet: C8, 7D and DD. RGB value is (200,125,221). Sum of RGB (Red+Green+Blue) = 200+125+221=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C87DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDD is #378222. Grayscale: #9E9E9E. Windows color (decimal): -3637795 or 14515656. OLE color: 14515656.

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

Color convert

RGB 200 125 221 -
CMYK 0.10 0.43 0 0.13
HSL 286.88º 0.59% 0.68% -
HSV(B) 286.88º 0.43% 0.87% -
XYZ 44.2 32.17 72.29 -
YUV 158.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 200 125 221 0.10 0.43 0 0.13 286.88 0.59 0.68
Hex C8 7D DD A 2B 0 D 11F 3B 44
Octal 310 175 335 12 53 0 15 437 73 104
Binary 11001000 1111101 11011101 1010 101011 0 1101 100011111 111011 1000100

Color Harmonies of #C87DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DDD

Black with #C87DDD

Text Example


Text Example

White with #C87DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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