Html Css Color HEX #C469DB Medium Orchid

📋 copy color: '#C469DB'

red 196 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #C469DB

Tints of Medium Orchid #C469DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.19%

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

R = 37.69%
G = 20.19%
B = 42.12%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C469DB (or 0xC469DB) is known color: Medium Orchid. HEX triplet: C4, 69 and DB. RGB value is (196,105,219). Sum of RGB (Red+Green+Blue) = 196+105+219=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C469DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469DB is #3B9624. Grayscale: #909090. Windows color (decimal): -3905061 or 14379460. OLE color: 14379460.

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

Color convert

RGB 196 105 219 -
CMYK 0.11 0.52 0 0.14
HSL 287.89º 0.61% 0.64% -
HSV(B) 287.89º 0.52% 0.86% -
XYZ 40.6 26.95 70.08 -
YUV 145.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 196 105 219 0.11 0.52 0 0.14 287.89 0.61 0.64
Hex C4 69 DB B 34 0 E 120 3D 40
Octal 304 151 333 13 64 0 16 440 75 100
Binary 11000100 1101001 11011011 1011 110100 0 1110 100100000 111101 1000000

Color Harmonies of #C469DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469DB

Black with #C469DB

Text Example


Text Example

White with #C469DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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