Html Css Color HEX #C45EEE Medium Orchid

📋 copy color: '#C45EEE'

red 196 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #C45EEE

Tints of Medium Orchid #C45EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.8%

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 37.12%
G = 17.8%
B = 45.08%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C45EEE (or 0xC45EEE) is known color: Medium Orchid. HEX triplet: C4, 5E and EE. RGB value is (196,94,238). Sum of RGB (Red+Green+Blue) = 196+94+238=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C45EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EEE is #3BA111. Grayscale: #8C8C8C. Windows color (decimal): -3907858 or 15621828. OLE color: 15621828.

HSL color Cylindrical-coordinate representation of color #C45EEE: hue angle of 282.5º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45EEE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 94 238 -
CMYK 0.18 0.61 0 0.07
HSL 282.5º 0.81% 0.65% -
HSV(B) 282.5º 0.61% 0.93% -
XYZ 42.2 25.91 83.67 -
YUV 140.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 196 94 238 0.18 0.61 0 0.07 282.5 0.81 0.65
Hex C4 5E EE 12 3D 0 7 11A 51 41
Octal 304 136 356 22 75 0 7 432 121 101
Binary 11000100 1011110 11101110 10010 111101 0 111 100011010 1010001 1000001

Color Harmonies of #C45EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EEE

Black with #C45EEE

Text Example


Text Example

White with #C45EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EEE; }

 p { color: rgb(196,94,238); }

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

background-color css

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

 a { background-color: rgb(196,94,238); }

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

border-color css

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

 span { border-color: rgb(196,94,238); }

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