Html Css Color HEX #C469E8 Medium Orchid

📋 copy color: '#C469E8'

red 196 ◦ green 105 ◦ blue 232

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

Shades of Medium Orchid #C469E8

Tints of Medium Orchid #C469E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 36.77%
G = 19.7%
B = 43.53%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C469E8 (or 0xC469E8) is known color: Medium Orchid. HEX triplet: C4, 69 and E8. RGB value is (196,105,232). Sum of RGB (Red+Green+Blue) = 196+105+232=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #C469E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C469E8 is #3B9617. Grayscale: #929292. Windows color (decimal): -3905048 or 15231428. OLE color: 15231428.

HSL color Cylindrical-coordinate representation of color #C469E8: hue angle of 282.99º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C469E8 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 105 232 -
CMYK 0.16 0.55 0 0.09
HSL 282.99º 0.73% 0.66% -
HSV(B) 282.99º 0.55% 0.91% -
XYZ 42.38 27.67 79.45 -
YUV 146.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 196 105 232 0.16 0.55 0 0.09 282.99 0.73 0.66
Hex C4 69 E8 10 37 0 9 11B 49 42
Octal 304 151 350 20 67 0 11 433 111 102
Binary 11000100 1101001 11101000 10000 110111 0 1001 100011011 1001001 1000010

Color Harmonies of #C469E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469E8

Black with #C469E8

Text Example


Text Example

White with #C469E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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