Html Css Color HEX #C45DCE Medium Orchid

📋 copy color: '#C45DCE'

red 196 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #C45DCE

Tints of Medium Orchid #C45DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.79%

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 39.6%
G = 18.79%
B = 41.62%

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

#C45DCE (or 0xC45DCE) is known color: Medium Orchid. HEX triplet: C4, 5D and CE. RGB value is (196,93,206). Sum of RGB (Red+Green+Blue) = 196+93+206=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C45DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DCE is #3BA231. Grayscale: #888888. Windows color (decimal): -3908146 or 13524420. OLE color: 13524420.

HSL color Cylindrical-coordinate representation of color #C45DCE: hue angle of 294.69º 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 #C45DCE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 93 206 -
CMYK 0.05 0.55 0 0.19
HSL 294.69º 0.54% 0.59% -
HSV(B) 294.69º 0.55% 0.81% -
XYZ 37.82 24.02 61.04 -
YUV 136.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 196 93 206 0.05 0.55 0 0.19 294.69 0.54 0.59
Hex C4 5D CE 5 37 0 13 127 36 3B
Octal 304 135 316 5 67 0 23 447 66 73
Binary 11000100 1011101 11001110 101 110111 0 10011 100100111 110110 111011

Color Harmonies of #C45DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DCE

Black with #C45DCE

Text Example


Text Example

White with #C45DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DCE; }

 p { color: rgb(196,93,206); }

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

background-color css

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

 a { background-color: rgb(196,93,206); }

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

border-color css

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

 span { border-color: rgb(196,93,206); }

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