Html Css Color HEX #C45DDA Medium Orchid

📋 copy color: '#C45DDA'

red 196 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #C45DDA

Tints of Medium Orchid #C45DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 38.66%
G = 18.34%
B = 43%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C45DDA (or 0xC45DDA) is known color: Medium Orchid. HEX triplet: C4, 5D and DA. RGB value is (196,93,218). Sum of RGB (Red+Green+Blue) = 196+93+218=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C45DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DDA is #3BA225. Grayscale: #898989. Windows color (decimal): -3908134 or 14310852. OLE color: 14310852.

HSL color Cylindrical-coordinate representation of color #C45DDA: hue angle of 289.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45DDA is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 93 218 -
CMYK 0.10 0.57 0 0.15
HSL 289.44º 0.63% 0.61% -
HSV(B) 289.44º 0.57% 0.85% -
XYZ 39.33 24.63 69.01 -
YUV 138.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 196 93 218 0.10 0.57 0 0.15 289.44 0.63 0.61
Hex C4 5D DA A 39 0 F 121 3F 3D
Octal 304 135 332 12 71 0 17 441 77 75
Binary 11000100 1011101 11011010 1010 111001 0 1111 100100001 111111 111101

Color Harmonies of #C45DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DDA

Black with #C45DDA

Text Example


Text Example

White with #C45DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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