Html Css Color HEX #C45BEB Medium Orchid

📋 copy color: '#C45BEB'

red 196 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #C45BEB

Tints of Medium Orchid #C45BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 37.55%
G = 17.43%
B = 45.02%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C45BEB (or 0xC45BEB) is known color: Medium Orchid. HEX triplet: C4, 5B and EB. RGB value is (196,91,235). Sum of RGB (Red+Green+Blue) = 196+91+235=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #C45BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BEB is #3BA414. Grayscale: #8A8A8A. Windows color (decimal): -3908629 or 15424452. OLE color: 15424452.

HSL color Cylindrical-coordinate representation of color #C45BEB: hue angle of 283.75º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45BEB is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 91 235 -
CMYK 0.17 0.61 0 0.08
HSL 283.75º 0.78% 0.64% -
HSV(B) 283.75º 0.61% 0.92% -
XYZ 41.5 25.22 81.28 -
YUV 138.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 196 91 235 0.17 0.61 0 0.08 283.75 0.78 0.64
Hex C4 5B EB 11 3D 0 8 11C 4E 40
Octal 304 133 353 21 75 0 10 434 116 100
Binary 11000100 1011011 11101011 10001 111101 0 1000 100011100 1001110 1000000

Color Harmonies of #C45BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BEB

Black with #C45BEB

Text Example


Text Example

White with #C45BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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