Html Css Color HEX #C469DC Medium Orchid

📋 copy color: '#C469DC'

red 196 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #C469DC

Tints of Medium Orchid #C469DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 37.62%
G = 20.15%
B = 42.23%

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

#C469DC (or 0xC469DC) is known color: Medium Orchid. HEX triplet: C4, 69 and DC. RGB value is (196,105,220). Sum of RGB (Red+Green+Blue) = 196+105+220=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C469DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469DC is #3B9623. Grayscale: #909090. Windows color (decimal): -3905060 or 14444996. OLE color: 14444996.

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

Color convert

RGB 196 105 220 -
CMYK 0.11 0.52 0 0.14
HSL 287.48º 0.62% 0.64% -
HSV(B) 287.48º 0.52% 0.86% -
XYZ 40.73 27.01 70.78 -
YUV 145.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 196 105 220 0.11 0.52 0 0.14 287.48 0.62 0.64
Hex C4 69 DC B 34 0 E 11F 3E 40
Octal 304 151 334 13 64 0 16 437 76 100
Binary 11000100 1101001 11011100 1011 110100 0 1110 100011111 111110 1000000

Color Harmonies of #C469DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469DC

Black with #C469DC

Text Example


Text Example

White with #C469DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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