Html Css Color HEX #C466ED Medium Orchid

📋 copy color: '#C466ED'

red 196 ◦ green 102 ◦ blue 237

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

Shades of Medium Orchid #C466ED

Tints of Medium Orchid #C466ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 36.64%
G = 19.07%
B = 44.3%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C466ED (or 0xC466ED) is known color: Medium Orchid. HEX triplet: C4, 66 and ED. RGB value is (196,102,237). Sum of RGB (Red+Green+Blue) = 196+102+237=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #C466ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466ED is #3B9912. Grayscale: #919191. Windows color (decimal): -3905811 or 15558340. OLE color: 15558340.

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

Color convert

RGB 196 102 237 -
CMYK 0.17 0.57 0 0.07
HSL 281.78º 0.79% 0.66% -
HSV(B) 281.78º 0.57% 0.93% -
XYZ 42.8 27.35 83.14 -
YUV 145.5 179.64 164.02 -
System Red Green Blue C M Y K H S L
Decimal 196 102 237 0.17 0.57 0 0.07 281.78 0.79 0.66
Hex C4 66 ED 11 39 0 7 11A 4F 42
Octal 304 146 355 21 71 0 7 432 117 102
Binary 11000100 1100110 11101101 10001 111001 0 111 100011010 1001111 1000010

Color Harmonies of #C466ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466ED

Black with #C466ED

Text Example


Text Example

White with #C466ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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