Html Css Color HEX #C45ECF Medium Orchid

📋 copy color: '#C45ECF'

red 196 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #C45ECF

Tints of Medium Orchid #C45ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 39.44%
G = 18.91%
B = 41.65%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C45ECF (or 0xC45ECF) is known color: Medium Orchid. HEX triplet: C4, 5E and CF. RGB value is (196,94,207). Sum of RGB (Red+Green+Blue) = 196+94+207=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #C45ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ECF is #3BA130. Grayscale: #898989. Windows color (decimal): -3907889 or 13590212. OLE color: 13590212.

HSL color Cylindrical-coordinate representation of color #C45ECF: hue angle of 294.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45ECF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 94 207 -
CMYK 0.05 0.55 0 0.19
HSL 294.16º 0.54% 0.59% -
HSV(B) 294.16º 0.55% 0.81% -
XYZ 38.03 24.25 61.71 -
YUV 137.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 196 94 207 0.05 0.55 0 0.19 294.16 0.54 0.59
Hex C4 5E CF 5 37 0 13 126 36 3B
Octal 304 136 317 5 67 0 23 446 66 73
Binary 11000100 1011110 11001111 101 110111 0 10011 100100110 110110 111011

Color Harmonies of #C45ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45ECF

Black with #C45ECF

Text Example


Text Example

White with #C45ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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