Html Css Color HEX #C45FEF Medium Orchid

📋 copy color: '#C45FEF'

red 196 ◦ green 95 ◦ blue 239

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

Shades of Medium Orchid #C45FEF

Tints of Medium Orchid #C45FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.92%

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 36.98%
G = 17.92%
B = 45.09%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C45FEF (or 0xC45FEF) is known color: Medium Orchid. HEX triplet: C4, 5F and EF. RGB value is (196,95,239). Sum of RGB (Red+Green+Blue) = 196+95+239=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C45FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FEF is #3BA010. Grayscale: #8D8D8D. Windows color (decimal): -3907601 or 15687620. OLE color: 15687620.

HSL color Cylindrical-coordinate representation of color #C45FEF: hue angle of 282.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45FEF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 95 239 -
CMYK 0.18 0.60 0 0.06
HSL 282.08º 0.82% 0.65% -
HSV(B) 282.08º 0.6% 0.94% -
XYZ 42.44 26.15 84.47 -
YUV 141.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 196 95 239 0.18 0.60 0 0.06 282.08 0.82 0.65
Hex C4 5F EF 12 3C 0 6 11A 52 41
Octal 304 137 357 22 74 0 6 432 122 101
Binary 11000100 1011111 11101111 10010 111100 0 110 100011010 1010010 1000001

Color Harmonies of #C45FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FEF

Black with #C45FEF

Text Example


Text Example

White with #C45FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FEF; }

 p { color: rgb(196,95,239); }

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

background-color css

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

 a { background-color: rgb(196,95,239); }

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

border-color css

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

 span { border-color: rgb(196,95,239); }

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