Html Css Color HEX #C469D6 Medium Orchid

📋 copy color: '#C469D6'

red 196 ◦ green 105 ◦ blue 214

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

Shades of Medium Orchid #C469D6

Tints of Medium Orchid #C469D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.55%

R = 38.06%
G = 20.39%
B = 41.55%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C469D6 (or 0xC469D6) is known color: Medium Orchid. HEX triplet: C4, 69 and D6. RGB value is (196,105,214). Sum of RGB (Red+Green+Blue) = 196+105+214=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #C469D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469D6 is #3B9629. Grayscale: #909090. Windows color (decimal): -3905066 or 14051780. OLE color: 14051780.

HSL color Cylindrical-coordinate representation of color #C469D6: hue angle of 290.09º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C469D6 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 105 214 -
CMYK 0.08 0.51 0 0.16
HSL 290.09º 0.57% 0.63% -
HSV(B) 290.09º 0.51% 0.84% -
XYZ 39.95 26.69 66.66 -
YUV 144.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 196 105 214 0.08 0.51 0 0.16 290.09 0.57 0.63
Hex C4 69 D6 8 33 0 10 122 39 3F
Octal 304 151 326 10 63 0 20 442 71 77
Binary 11000100 1101001 11010110 1000 110011 0 10000 100100010 111001 111111

Color Harmonies of #C469D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469D6

Black with #C469D6

Text Example


Text Example

White with #C469D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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