Html Css Color HEX #C466DF Medium Orchid

📋 copy color: '#C466DF'

red 196 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #C466DF

Tints of Medium Orchid #C466DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 37.62%
G = 19.58%
B = 42.8%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C466DF (or 0xC466DF) is known color: Medium Orchid. HEX triplet: C4, 66 and DF. RGB value is (196,102,223). Sum of RGB (Red+Green+Blue) = 196+102+223=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C466DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466DF is #3B9920. Grayscale: #8F8F8F. Windows color (decimal): -3905825 or 14640836. OLE color: 14640836.

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

Color convert

RGB 196 102 223 -
CMYK 0.12 0.54 0 0.13
HSL 286.61º 0.65% 0.64% -
HSV(B) 286.61º 0.54% 0.87% -
XYZ 40.84 26.57 72.79 -
YUV 143.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 196 102 223 0.12 0.54 0 0.13 286.61 0.65 0.64
Hex C4 66 DF C 36 0 D 11F 41 40
Octal 304 146 337 14 66 0 15 437 101 100
Binary 11000100 1100110 11011111 1100 110110 0 1101 100011111 1000001 1000000

Color Harmonies of #C466DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466DF

Black with #C466DF

Text Example


Text Example

White with #C466DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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