Html Css Color HEX #C45DD9 Medium Orchid

📋 copy color: '#C45DD9'

red 196 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #C45DD9

Tints of Medium Orchid #C45DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 38.74%
G = 18.38%
B = 42.89%

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

#C45DD9 (or 0xC45DD9) is known color: Medium Orchid. HEX triplet: C4, 5D and D9. RGB value is (196,93,217). Sum of RGB (Red+Green+Blue) = 196+93+217=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #C45DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DD9 is #3BA226. Grayscale: #898989. Windows color (decimal): -3908135 or 14245316. OLE color: 14245316.

HSL color Cylindrical-coordinate representation of color #C45DD9: hue angle of 289.84º degrees, saturation: 0.62, 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 #C45DD9 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 93 217 -
CMYK 0.10 0.57 0 0.15
HSL 289.84º 0.62% 0.61% -
HSV(B) 289.84º 0.57% 0.85% -
XYZ 39.2 24.57 68.32 -
YUV 137.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 196 93 217 0.10 0.57 0 0.15 289.84 0.62 0.61
Hex C4 5D D9 A 39 0 F 122 3E 3D
Octal 304 135 331 12 71 0 17 442 76 75
Binary 11000100 1011101 11011001 1010 111001 0 1111 100100010 111110 111101

Color Harmonies of #C45DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DD9

Black with #C45DD9

Text Example


Text Example

White with #C45DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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