Html Css Color HEX #C86EC6 Orchid

📋 copy color: '#C86EC6'

red 200 ◦ green 110 ◦ blue 198

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

Shades of Orchid #C86EC6

Tints of Orchid #C86EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 39.37%
G = 21.65%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C86EC6 (or 0xC86EC6) is known color: Orchid. HEX triplet: C8, 6E and C6. RGB value is (200,110,198). Sum of RGB (Red+Green+Blue) = 200+110+198=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC6 is #379139. Grayscale: #929292. Windows color (decimal): -3641658 or 13004488. OLE color: 13004488.

HSL color Cylindrical-coordinate representation of color #C86EC6: hue angle of 301.33º 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 #C86EC6 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 110 198 -
CMYK 0 0.45 0.01 0.22
HSL 301.33º 0.45% 0.61% -
HSV(B) 301.33º 0.45% 0.78% -
XYZ 39.59 27.51 56.65 -
YUV 146.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 200 110 198 0 0.45 0.01 0.22 301.33 0.45 0.61
Hex C8 6E C6 0 2D 1 16 12D 2D 3D
Octal 310 156 306 0 55 1 26 455 55 75
Binary 11001000 1101110 11000110 0 101101 1 10110 100101101 101101 111101

Color Harmonies of #C86EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EC6

Black with #C86EC6

Text Example


Text Example

White with #C86EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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