Html Css Color HEX #C466EB Medium Orchid

📋 copy color: '#C466EB'

red 196 ◦ green 102 ◦ blue 235

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

Shades of Medium Orchid #C466EB

Tints of Medium Orchid #C466EB

RGB

 RED value IS 196 (76.95% from 255) = 36.77%

 GREEN value IS 102 (40.23% from 255) = 19.14%

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 36.77%
G = 19.14%
B = 44.09%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C466EB (or 0xC466EB) is known color: Medium Orchid. HEX triplet: C4, 66 and EB. RGB value is (196,102,235). Sum of RGB (Red+Green+Blue) = 196+102+235=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C466EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466EB is #3B9914. Grayscale: #909090. Windows color (decimal): -3905813 or 15427268. OLE color: 15427268.

HSL color Cylindrical-coordinate representation of color #C466EB: hue angle of 282.41º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C466EB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 102 235 -
CMYK 0.17 0.57 0 0.08
HSL 282.41º 0.77% 0.66% -
HSV(B) 282.41º 0.57% 0.92% -
XYZ 42.51 27.24 81.61 -
YUV 145.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 196 102 235 0.17 0.57 0 0.08 282.41 0.77 0.66
Hex C4 66 EB 11 39 0 8 11A 4D 42
Octal 304 146 353 21 71 0 10 432 115 102
Binary 11000100 1100110 11101011 10001 111001 0 1000 100011010 1001101 1000010

Color Harmonies of #C466EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466EB

Black with #C466EB

Text Example


Text Example

White with #C466EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466EB; }

 p { color: rgb(196,102,235); }

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

background-color css

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

 a { background-color: rgb(196,102,235); }

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

border-color css

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

 span { border-color: rgb(196,102,235); }

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