Html Css Color HEX #C45DCF Medium Orchid

📋 copy color: '#C45DCF'

red 196 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #C45DCF

Tints of Medium Orchid #C45DCF

RGB

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

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

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

R = 39.52%
G = 18.75%
B = 41.73%

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

#C45DCF (or 0xC45DCF) is known color: Medium Orchid. HEX triplet: C4, 5D and CF. RGB value is (196,93,207). Sum of RGB (Red+Green+Blue) = 196+93+207=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C45DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DCF is #3BA230. Grayscale: #888888. Windows color (decimal): -3908145 or 13589956. OLE color: 13589956.

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

Color convert

RGB 196 93 207 -
CMYK 0.05 0.55 0 0.19
HSL 294.21º 0.54% 0.59% -
HSV(B) 294.21º 0.55% 0.81% -
XYZ 37.94 24.07 61.68 -
YUV 136.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 196 93 207 0.05 0.55 0 0.19 294.21 0.54 0.59
Hex C4 5D CF 5 37 0 13 126 36 3B
Octal 304 135 317 5 67 0 23 446 66 73
Binary 11000100 1011101 11001111 101 110111 0 10011 100100110 110110 111011

Color Harmonies of #C45DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DCF

Black with #C45DCF

Text Example


Text Example

White with #C45DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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