Html Css Color HEX #C87CDA Orchid

📋 copy color: '#C87CDA'

red 200 ◦ green 124 ◦ blue 218

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

Shades of Orchid #C87CDA

Tints of Orchid #C87CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

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

R = 36.9%
G = 22.88%
B = 40.22%

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

#C87CDA (or 0xC87CDA) is known color: Orchid. HEX triplet: C8, 7C and DA. RGB value is (200,124,218). Sum of RGB (Red+Green+Blue) = 200+124+218=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #C87CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CDA is #378325. Grayscale: #9D9D9D. Windows color (decimal): -3638054 or 14318792. OLE color: 14318792.

HSL color Cylindrical-coordinate representation of color #C87CDA: hue angle of 288.51º 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 #C87CDA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 124 218 -
CMYK 0.08 0.43 0 0.15
HSL 288.51º 0.56% 0.67% -
HSV(B) 288.51º 0.43% 0.85% -
XYZ 43.68 31.76 70.16 -
YUV 157.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 200 124 218 0.08 0.43 0 0.15 288.51 0.56 0.67
Hex C8 7C DA 8 2B 0 F 121 38 43
Octal 310 174 332 10 53 0 17 441 70 103
Binary 11001000 1111100 11011010 1000 101011 0 1111 100100001 111000 1000011

Color Harmonies of #C87CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87CDA

Black with #C87CDA

Text Example


Text Example

White with #C87CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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