Html Css Color HEX #C45BD8 Medium Orchid

📋 copy color: '#C45BD8'

red 196 ◦ green 91 ◦ blue 216

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

Shades of Medium Orchid #C45BD8

Tints of Medium Orchid #C45BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 38.97%
G = 18.09%
B = 42.94%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C45BD8 (or 0xC45BD8) is known color: Medium Orchid. HEX triplet: C4, 5B and D8. RGB value is (196,91,216). Sum of RGB (Red+Green+Blue) = 196+91+216=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #C45BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BD8 is #3BA427. Grayscale: #888888. Windows color (decimal): -3908648 or 14179268. OLE color: 14179268.

HSL color Cylindrical-coordinate representation of color #C45BD8: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45BD8 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 91 216 -
CMYK 0.09 0.58 0 0.15
HSL 290.4º 0.62% 0.6% -
HSV(B) 290.4º 0.58% 0.85% -
XYZ 38.9 24.18 67.58 -
YUV 136.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 196 91 216 0.09 0.58 0 0.15 290.4 0.62 0.6
Hex C4 5B D8 9 3A 0 F 122 3E 3C
Octal 304 133 330 11 72 0 17 442 76 74
Binary 11000100 1011011 11011000 1001 111010 0 1111 100100010 111110 111100

Color Harmonies of #C45BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BD8

Black with #C45BD8

Text Example


Text Example

White with #C45BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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