Html Css Color HEX #C86EC5 Orchid

📋 copy color: '#C86EC5'

red 200 ◦ green 110 ◦ blue 197

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

Shades of Orchid #C86EC5

Tints of Orchid #C86EC5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.7%

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 39.45%
G = 21.7%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C86EC5 (or 0xC86EC5) is known color: Orchid. HEX triplet: C8, 6E and C5. RGB value is (200,110,197). Sum of RGB (Red+Green+Blue) = 200+110+197=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC5 is #37913A. Grayscale: #929292. Windows color (decimal): -3641659 or 12938952. OLE color: 12938952.

HSL color Cylindrical-coordinate representation of color #C86EC5: hue angle of 302º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EC5 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 110 197 -
CMYK 0 0.45 0.02 0.22
HSL 302º 0.45% 0.61% -
HSV(B) 302º 0.45% 0.78% -
XYZ 39.47 27.46 56.04 -
YUV 146.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 200 110 197 0 0.45 0.02 0.22 302 0.45 0.61
Hex C8 6E C5 0 2D 2 16 12E 2D 3D
Octal 310 156 305 0 55 2 26 456 55 75
Binary 11001000 1101110 11000101 0 101101 10 10110 100101110 101101 111101

Color Harmonies of #C86EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EC5

Black with #C86EC5

Text Example


Text Example

White with #C86EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EC5; }

 p { color: rgb(200,110,197); }

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

background-color css

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

 a { background-color: rgb(200,110,197); }

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

border-color css

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

 span { border-color: rgb(200,110,197); }

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