Html Css Color HEX #C45BDA Medium Orchid

📋 copy color: '#C45BDA'

red 196 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #C45BDA

Tints of Medium Orchid #C45BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.02%

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

R = 38.81%
G = 18.02%
B = 43.17%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C45BDA (or 0xC45BDA) is known color: Medium Orchid. HEX triplet: C4, 5B and DA. RGB value is (196,91,218). Sum of RGB (Red+Green+Blue) = 196+91+218=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #C45BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BDA is #3BA425. Grayscale: #888888. Windows color (decimal): -3908646 or 14310340. OLE color: 14310340.

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

Color convert

RGB 196 91 218 -
CMYK 0.10 0.58 0 0.15
HSL 289.61º 0.63% 0.61% -
HSV(B) 289.61º 0.58% 0.85% -
XYZ 39.16 24.28 68.95 -
YUV 136.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 196 91 218 0.10 0.58 0 0.15 289.61 0.63 0.61
Hex C4 5B DA A 3A 0 F 122 3F 3D
Octal 304 133 332 12 72 0 17 442 77 75
Binary 11000100 1011011 11011010 1010 111010 0 1111 100100010 111111 111101

Color Harmonies of #C45BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45BDA

Black with #C45BDA

Text Example


Text Example

White with #C45BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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