Html Css Color HEX #C466DB Medium Orchid

📋 copy color: '#C466DB'

red 196 ◦ green 102 ◦ blue 219

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

Shades of Medium Orchid #C466DB

Tints of Medium Orchid #C466DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 37.91%
G = 19.73%
B = 42.36%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C466DB (or 0xC466DB) is known color: Medium Orchid. HEX triplet: C4, 66 and DB. RGB value is (196,102,219). Sum of RGB (Red+Green+Blue) = 196+102+219=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C466DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466DB is #3B9924. Grayscale: #8F8F8F. Windows color (decimal): -3905829 or 14378692. OLE color: 14378692.

HSL color Cylindrical-coordinate representation of color #C466DB: hue angle of 288.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C466DB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 102 219 -
CMYK 0.11 0.53 0 0.14
HSL 288.21º 0.62% 0.63% -
HSV(B) 288.21º 0.53% 0.86% -
XYZ 40.3 26.35 69.98 -
YUV 143.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 196 102 219 0.11 0.53 0 0.14 288.21 0.62 0.63
Hex C4 66 DB B 35 0 E 120 3E 3F
Octal 304 146 333 13 65 0 16 440 76 77
Binary 11000100 1100110 11011011 1011 110101 0 1110 100100000 111110 111111

Color Harmonies of #C466DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466DB

Black with #C466DB

Text Example


Text Example

White with #C466DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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