Html Css Color HEX #C466DD Medium Orchid

📋 copy color: '#C466DD'

red 196 ◦ green 102 ◦ blue 221

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

Shades of Medium Orchid #C466DD

Tints of Medium Orchid #C466DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 37.76%
G = 19.65%
B = 42.58%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C466DD (or 0xC466DD) is known color: Medium Orchid. HEX triplet: C4, 66 and DD. RGB value is (196,102,221). Sum of RGB (Red+Green+Blue) = 196+102+221=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C466DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466DD is #3B9922. Grayscale: #8F8F8F. Windows color (decimal): -3905827 or 14509764. OLE color: 14509764.

HSL color Cylindrical-coordinate representation of color #C466DD: hue angle of 287.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C466DD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 102 221 -
CMYK 0.11 0.54 0 0.13
HSL 287.4º 0.64% 0.63% -
HSV(B) 287.4º 0.54% 0.87% -
XYZ 40.57 26.46 71.38 -
YUV 143.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 196 102 221 0.11 0.54 0 0.13 287.4 0.64 0.63
Hex C4 66 DD B 36 0 D 11F 40 3F
Octal 304 146 335 13 66 0 15 437 100 77
Binary 11000100 1100110 11011101 1011 110110 0 1101 100011111 1000000 111111

Color Harmonies of #C466DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466DD

Black with #C466DD

Text Example


Text Example

White with #C466DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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