Html Css Color HEX #C86CE4 Medium Orchid

📋 copy color: '#C86CE4'

red 200 ◦ green 108 ◦ blue 228

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

Shades of Medium Orchid #C86CE4

Tints of Medium Orchid #C86CE4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.15%

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 37.31%
G = 20.15%
B = 42.54%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C86CE4 (or 0xC86CE4) is known color: Medium Orchid. HEX triplet: C8, 6C and E4. RGB value is (200,108,228). Sum of RGB (Red+Green+Blue) = 200+108+228=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #C86CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CE4 is #37931B. Grayscale: #949494. Windows color (decimal): -3642140 or 14970056. OLE color: 14970056.

HSL color Cylindrical-coordinate representation of color #C86CE4: hue angle of 286º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C86CE4 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 108 228 -
CMYK 0.12 0.53 0 0.11
HSL 286º 0.69% 0.66% -
HSV(B) 286º 0.53% 0.89% -
XYZ 43.19 28.61 76.64 -
YUV 149.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 200 108 228 0.12 0.53 0 0.11 286 0.69 0.66
Hex C8 6C E4 C 35 0 B 11E 45 42
Octal 310 154 344 14 65 0 13 436 105 102
Binary 11001000 1101100 11100100 1100 110101 0 1011 100011110 1000101 1000010

Color Harmonies of #C86CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CE4

Black with #C86CE4

Text Example


Text Example

White with #C86CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CE4; }

 p { color: rgb(200,108,228); }

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

background-color css

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

 a { background-color: rgb(200,108,228); }

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

border-color css

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

 span { border-color: rgb(200,108,228); }

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