Html Css Color HEX #C466EA Medium Orchid

📋 copy color: '#C466EA'

red 196 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #C466EA

Tints of Medium Orchid #C466EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 36.84%
G = 19.17%
B = 43.98%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C466EA (or 0xC466EA) is known color: Medium Orchid. HEX triplet: C4, 66 and EA. RGB value is (196,102,234). Sum of RGB (Red+Green+Blue) = 196+102+234=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #C466EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466EA is #3B9915. Grayscale: #909090. Windows color (decimal): -3905814 or 15361732. OLE color: 15361732.

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

Color convert

RGB 196 102 234 -
CMYK 0.16 0.56 0 0.08
HSL 282.73º 0.76% 0.66% -
HSV(B) 282.73º 0.56% 0.92% -
XYZ 42.37 27.18 80.85 -
YUV 145.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 196 102 234 0.16 0.56 0 0.08 282.73 0.76 0.66
Hex C4 66 EA 10 38 0 8 11B 4C 42
Octal 304 146 352 20 70 0 10 433 114 102
Binary 11000100 1100110 11101010 10000 111000 0 1000 100011011 1001100 1000010

Color Harmonies of #C466EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466EA

Black with #C466EA

Text Example


Text Example

White with #C466EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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