Html Css Color HEX #C45EEA Medium Orchid

📋 copy color: '#C45EEA'

red 196 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #C45EEA

Tints of Medium Orchid #C45EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 37.4%
G = 17.94%
B = 44.66%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C45EEA (or 0xC45EEA) is known color: Medium Orchid. HEX triplet: C4, 5E and EA. RGB value is (196,94,234). Sum of RGB (Red+Green+Blue) = 196+94+234=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #C45EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EEA is #3BA115. Grayscale: #8C8C8C. Windows color (decimal): -3907862 or 15359684. OLE color: 15359684.

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

Color convert

RGB 196 94 234 -
CMYK 0.16 0.60 0 0.08
HSL 283.71º 0.77% 0.64% -
HSV(B) 283.71º 0.6% 0.92% -
XYZ 41.62 25.68 80.61 -
YUV 140.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 196 94 234 0.16 0.60 0 0.08 283.71 0.77 0.64
Hex C4 5E EA 10 3C 0 8 11C 4D 40
Octal 304 136 352 20 74 0 10 434 115 100
Binary 11000100 1011110 11101010 10000 111100 0 1000 100011100 1001101 1000000

Color Harmonies of #C45EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EEA

Black with #C45EEA

Text Example


Text Example

White with #C45EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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