Html Css Color HEX #C455F9 Medium Orchid

📋 copy color: '#C455F9'

red 196 ◦ green 85 ◦ blue 249

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

Shades of Medium Orchid #C455F9

Tints of Medium Orchid #C455F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.04%

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 36.98%
G = 16.04%
B = 46.98%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C455F9 (or 0xC455F9) is known color: Medium Orchid. HEX triplet: C4, 55 and F9. RGB value is (196,85,249). Sum of RGB (Red+Green+Blue) = 196+85+249=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #C455F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455F9 is #3BAA06. Grayscale: #888888. Windows color (decimal): -3910151 or 16340420. OLE color: 16340420.

HSL color Cylindrical-coordinate representation of color #C455F9: hue angle of 280.61º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C455F9 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 85 249 -
CMYK 0.21 0.66 0 0.02
HSL 280.61º 0.93% 0.65% -
HSV(B) 280.61º 0.66% 0.98% -
XYZ 43.11 25.07 92.19 -
YUV 136.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 196 85 249 0.21 0.66 0 0.02 280.61 0.93 0.65
Hex C4 55 F9 15 42 0 2 119 5D 41
Octal 304 125 371 25 102 0 2 431 135 101
Binary 11000100 1010101 11111001 10101 1000010 0 10 100011001 1011101 1000001

Color Harmonies of #C455F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455F9

Black with #C455F9

Text Example


Text Example

White with #C455F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455F9; }

 p { color: rgb(196,85,249); }

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

background-color css

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

 a { background-color: rgb(196,85,249); }

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

border-color css

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

 span { border-color: rgb(196,85,249); }

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