Html Css Color HEX #C256EE Medium Orchid

📋 copy color: '#C256EE'

red 194 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #C256EE

Tints of Medium Orchid #C256EE

RGB

 RED value IS 194 (76.17% from 255) = 37.45%

 GREEN value IS 86 (33.98% from 255) = 16.6%

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 37.45%
G = 16.6%
B = 45.95%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C256EE (or 0xC256EE) is known color: Medium Orchid. HEX triplet: C2, 56 and EE. RGB value is (194,86,238). Sum of RGB (Red+Green+Blue) = 194+86+238=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #C256EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C256EE is #3DA911. Grayscale: #878787. Windows color (decimal): -4040978 or 15619778. OLE color: 15619778.

HSL color Cylindrical-coordinate representation of color #C256EE: hue angle of 282.63º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C256EE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 86 238 -
CMYK 0.18 0.64 0 0.07
HSL 282.63º 0.82% 0.64% -
HSV(B) 282.63º 0.64% 0.93% -
XYZ 41.01 24.3 83.42 -
YUV 135.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 194 86 238 0.18 0.64 0 0.07 282.63 0.82 0.64
Hex C2 56 EE 12 40 0 7 11B 52 40
Octal 302 126 356 22 100 0 7 433 122 100
Binary 11000010 1010110 11101110 10010 1000000 0 111 100011011 1010010 1000000

Color Harmonies of #C256EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256EE

Black with #C256EE

Text Example


Text Example

White with #C256EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256EE; }

 p { color: rgb(194,86,238); }

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

background-color css

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

 a { background-color: rgb(194,86,238); }

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

border-color css

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

 span { border-color: rgb(194,86,238); }

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