Html Css Color HEX #C466EE Medium Orchid

📋 copy color: '#C466EE'

red 196 ◦ green 102 ◦ blue 238

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

Shades of Medium Orchid #C466EE

Tints of Medium Orchid #C466EE

RGB

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

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

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

R = 36.57%
G = 19.03%
B = 44.4%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C466EE (or 0xC466EE) is known color: Medium Orchid. HEX triplet: C4, 66 and EE. RGB value is (196,102,238). Sum of RGB (Red+Green+Blue) = 196+102+238=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #C466EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466EE is #3B9911. Grayscale: #919191. Windows color (decimal): -3905810 or 15623876. OLE color: 15623876.

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

Color convert

RGB 196 102 238 -
CMYK 0.18 0.57 0 0.07
HSL 281.47º 0.8% 0.67% -
HSV(B) 281.47º 0.57% 0.93% -
XYZ 42.95 27.41 83.92 -
YUV 145.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 196 102 238 0.18 0.57 0 0.07 281.47 0.8 0.67
Hex C4 66 EE 12 39 0 7 119 50 43
Octal 304 146 356 22 71 0 7 431 120 103
Binary 11000100 1100110 11101110 10010 111001 0 111 100011001 1010000 1000011

Color Harmonies of #C466EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466EE

Black with #C466EE

Text Example


Text Example

White with #C466EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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