Html Css Color HEX #C45EDE Medium Orchid

📋 copy color: '#C45EDE'

red 196 ◦ green 94 ◦ blue 222

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

Shades of Medium Orchid #C45EDE

Tints of Medium Orchid #C45EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 38.28%
G = 18.36%
B = 43.36%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C45EDE (or 0xC45EDE) is known color: Medium Orchid. HEX triplet: C4, 5E and DE. RGB value is (196,94,222). Sum of RGB (Red+Green+Blue) = 196+94+222=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #C45EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EDE is #3BA121. Grayscale: #8A8A8A. Windows color (decimal): -3907874 or 14573252. OLE color: 14573252.

HSL color Cylindrical-coordinate representation of color #C45EDE: hue angle of 287.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45EDE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 94 222 -
CMYK 0.12 0.58 0 0.13
HSL 287.81º 0.66% 0.62% -
HSV(B) 287.81º 0.58% 0.87% -
XYZ 39.95 25.02 71.83 -
YUV 139.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 196 94 222 0.12 0.58 0 0.13 287.81 0.66 0.62
Hex C4 5E DE C 3A 0 D 120 42 3E
Octal 304 136 336 14 72 0 15 440 102 76
Binary 11000100 1011110 11011110 1100 111010 0 1101 100100000 1000010 111110

Color Harmonies of #C45EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EDE

Black with #C45EDE

Text Example


Text Example

White with #C45EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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