Html Css Color HEX #C86EC3 Orchid

📋 copy color: '#C86EC3'

red 200 ◦ green 110 ◦ blue 195

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

Shades of Orchid #C86EC3

Tints of Orchid #C86EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 39.6%
G = 21.78%
B = 38.61%

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

#C86EC3 (or 0xC86EC3) is known color: Orchid. HEX triplet: C8, 6E and C3. RGB value is (200,110,195). Sum of RGB (Red+Green+Blue) = 200+110+195=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC3 is #37913C. Grayscale: #929292. Windows color (decimal): -3641661 or 12807880. OLE color: 12807880.

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

Color convert

RGB 200 110 195 -
CMYK 0 0.45 0.02 0.22
HSL 303.33º 0.45% 0.61% -
HSV(B) 303.33º 0.45% 0.78% -
XYZ 39.25 27.37 54.84 -
YUV 146.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 200 110 195 0 0.45 0.02 0.22 303.33 0.45 0.61
Hex C8 6E C3 0 2D 2 16 12F 2D 3D
Octal 310 156 303 0 55 2 26 457 55 75
Binary 11001000 1101110 11000011 0 101101 10 10110 100101111 101101 111101

Color Harmonies of #C86EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86EC3

Black with #C86EC3

Text Example


Text Example

White with #C86EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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