Html Css Color HEX #C87DCD Orchid

📋 copy color: '#C87DCD'

red 200 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C87DCD

Tints of Orchid #C87DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 37.74%
G = 23.58%
B = 38.68%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C87DCD (or 0xC87DCD) is known color: Orchid. HEX triplet: C8, 7D and CD. RGB value is (200,125,205). Sum of RGB (Red+Green+Blue) = 200+125+205=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C87DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DCD is #378232. Grayscale: #9C9C9C. Windows color (decimal): -3637811 or 13467080. OLE color: 13467080.

HSL color Cylindrical-coordinate representation of color #C87DCD: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87DCD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 125 205 -
CMYK 0.02 0.39 0 0.20
HSL 296.25º 0.44% 0.65% -
HSV(B) 296.25º 0.39% 0.8% -
XYZ 42.17 31.35 61.59 -
YUV 156.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 200 125 205 0.02 0.39 0 0.20 296.25 0.44 0.65
Hex C8 7D CD 2 27 0 14 128 2C 41
Octal 310 175 315 2 47 0 24 450 54 101
Binary 11001000 1111101 11001101 10 100111 0 10100 100101000 101100 1000001

Color Harmonies of #C87DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DCD

Black with #C87DCD

Text Example


Text Example

White with #C87DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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