Html Css Color HEX #C45CE8 Medium Orchid

📋 copy color: '#C45CE8'

red 196 ◦ green 92 ◦ blue 232

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

Shades of Medium Orchid #C45CE8

Tints of Medium Orchid #C45CE8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.69%

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

R = 37.69%
G = 17.69%
B = 44.62%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C45CE8 (or 0xC45CE8) is known color: Medium Orchid. HEX triplet: C4, 5C and E8. RGB value is (196,92,232). Sum of RGB (Red+Green+Blue) = 196+92+232=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #C45CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CE8 is #3BA317. Grayscale: #8A8A8A. Windows color (decimal): -3908376 or 15228100. OLE color: 15228100.

HSL color Cylindrical-coordinate representation of color #C45CE8: hue angle of 284.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45CE8 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 92 232 -
CMYK 0.16 0.60 0 0.09
HSL 284.57º 0.75% 0.64% -
HSV(B) 284.57º 0.6% 0.91% -
XYZ 41.16 25.22 79.04 -
YUV 139.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 196 92 232 0.16 0.60 0 0.09 284.57 0.75 0.64
Hex C4 5C E8 10 3C 0 9 11D 4B 40
Octal 304 134 350 20 74 0 11 435 113 100
Binary 11000100 1011100 11101000 10000 111100 0 1001 100011101 1001011 1000000

Color Harmonies of #C45CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CE8

Black with #C45CE8

Text Example


Text Example

White with #C45CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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