Html Css Color HEX #C455E8 Medium Orchid

📋 copy color: '#C455E8'

red 196 ◦ green 85 ◦ blue 232

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

Shades of Medium Orchid #C455E8

Tints of Medium Orchid #C455E8

RGB

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

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

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

R = 38.21%
G = 16.57%
B = 45.22%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C455E8 (or 0xC455E8) is known color: Medium Orchid. HEX triplet: C4, 55 and E8. RGB value is (196,85,232). Sum of RGB (Red+Green+Blue) = 196+85+232=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #C455E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455E8 is #3BAA17. Grayscale: #868686. Windows color (decimal): -3910168 or 15226308. OLE color: 15226308.

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

Color convert

RGB 196 85 232 -
CMYK 0.16 0.63 0 0.09
HSL 285.31º 0.76% 0.62% -
HSV(B) 285.31º 0.63% 0.91% -
XYZ 40.58 24.06 78.85 -
YUV 134.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 196 85 232 0.16 0.63 0 0.09 285.31 0.76 0.62
Hex C4 55 E8 10 3F 0 9 11D 4C 3E
Octal 304 125 350 20 77 0 11 435 114 76
Binary 11000100 1010101 11101000 10000 111111 0 1001 100011101 1001100 111110

Color Harmonies of #C455E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455E8

Black with #C455E8

Text Example


Text Example

White with #C455E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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