Html Css Color HEX #C45BE4 Medium Orchid

📋 copy color: '#C45BE4'

red 196 ◦ green 91 ◦ blue 228

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

Shades of Medium Orchid #C45BE4

Tints of Medium Orchid #C45BE4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.67%

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 38.06%
G = 17.67%
B = 44.27%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C45BE4 (or 0xC45BE4) is known color: Medium Orchid. HEX triplet: C4, 5B and E4. RGB value is (196,91,228). Sum of RGB (Red+Green+Blue) = 196+91+228=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #C45BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BE4 is #3BA41B. Grayscale: #898989. Windows color (decimal): -3908636 or 14965700. OLE color: 14965700.

HSL color Cylindrical-coordinate representation of color #C45BE4: hue angle of 285.99º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45BE4 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 91 228 -
CMYK 0.14 0.60 0 0.11
HSL 285.99º 0.72% 0.63% -
HSV(B) 285.99º 0.6% 0.89% -
XYZ 40.51 24.82 76.05 -
YUV 138.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 196 91 228 0.14 0.60 0 0.11 285.99 0.72 0.63
Hex C4 5B E4 E 3C 0 B 11E 48 3F
Octal 304 133 344 16 74 0 13 436 110 77
Binary 11000100 1011011 11100100 1110 111100 0 1011 100011110 1001000 111111

Color Harmonies of #C45BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BE4

Black with #C45BE4

Text Example


Text Example

White with #C45BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BE4; }

 p { color: rgb(196,91,228); }

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

background-color css

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

 a { background-color: rgb(196,91,228); }

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

border-color css

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

 span { border-color: rgb(196,91,228); }

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