Html Css Color HEX #C45BED Medium Orchid

📋 copy color: '#C45BED'

red 196 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #C45BED

Tints of Medium Orchid #C45BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 37.4%
G = 17.37%
B = 45.23%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C45BED (or 0xC45BED) is known color: Medium Orchid. HEX triplet: C4, 5B and ED. RGB value is (196,91,237). Sum of RGB (Red+Green+Blue) = 196+91+237=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #C45BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BED is #3BA412. Grayscale: #8A8A8A. Windows color (decimal): -3908627 or 15555524. OLE color: 15555524.

HSL color Cylindrical-coordinate representation of color #C45BED: hue angle of 283.15º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45BED is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 91 237 -
CMYK 0.17 0.62 0 0.07
HSL 283.15º 0.8% 0.64% -
HSV(B) 283.15º 0.62% 0.93% -
XYZ 41.79 25.33 82.81 -
YUV 139.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 196 91 237 0.17 0.62 0 0.07 283.15 0.8 0.64
Hex C4 5B ED 11 3E 0 7 11B 50 40
Octal 304 133 355 21 76 0 7 433 120 100
Binary 11000100 1011011 11101101 10001 111110 0 111 100011011 1010000 1000000

Color Harmonies of #C45BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BED

Black with #C45BED

Text Example


Text Example

White with #C45BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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