Html Css Color HEX #C87DC2 Orchid

📋 copy color: '#C87DC2'

red 200 ◦ green 125 ◦ blue 194

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

Shades of Orchid #C87DC2

Tints of Orchid #C87DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 38.54%
G = 24.08%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C87DC2 (or 0xC87DC2) is known color: Orchid. HEX triplet: C8, 7D and C2. RGB value is (200,125,194). Sum of RGB (Red+Green+Blue) = 200+125+194=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DC2 is #37823D. Grayscale: #9B9B9B. Windows color (decimal): -3637822 or 12746184. OLE color: 12746184.

HSL color Cylindrical-coordinate representation of color #C87DC2: hue angle of 304.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DC2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 194 -
CMYK 0 0.38 0.03 0.22
HSL 304.8º 0.41% 0.64% -
HSV(B) 304.8º 0.38% 0.78% -
XYZ 40.89 30.84 54.84 -
YUV 155.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 200 125 194 0 0.38 0.03 0.22 304.8 0.41 0.64
Hex C8 7D C2 0 26 3 16 131 29 40
Octal 310 175 302 0 46 3 26 461 51 100
Binary 11001000 1111101 11000010 0 100110 11 10110 100110001 101001 1000000

Color Harmonies of #C87DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87DC2

Black with #C87DC2

Text Example


Text Example

White with #C87DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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