Html Css Color HEX #C468DB Medium Orchid

📋 copy color: '#C468DB'

red 196 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #C468DB

Tints of Medium Orchid #C468DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.04%

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

R = 37.76%
G = 20.04%
B = 42.2%

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

#C468DB (or 0xC468DB) is known color: Medium Orchid. HEX triplet: C4, 68 and DB. RGB value is (196,104,219). Sum of RGB (Red+Green+Blue) = 196+104+219=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C468DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468DB is #3B9724. Grayscale: #909090. Windows color (decimal): -3905317 or 14379204. OLE color: 14379204.

HSL color Cylindrical-coordinate representation of color #C468DB: hue angle of 288º degrees, saturation: 0.61, 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 #C468DB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 104 219 -
CMYK 0.11 0.53 0 0.14
HSL 288º 0.61% 0.63% -
HSV(B) 288º 0.53% 0.86% -
XYZ 40.5 26.75 70.05 -
YUV 144.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 196 104 219 0.11 0.53 0 0.14 288 0.61 0.63
Hex C4 68 DB B 35 0 E 120 3D 3F
Octal 304 150 333 13 65 0 16 440 75 77
Binary 11000100 1101000 11011011 1011 110101 0 1110 100100000 111101 111111

Color Harmonies of #C468DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468DB

Black with #C468DB

Text Example


Text Example

White with #C468DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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