Html Css Color HEX #C43ADD Medium Orchid

📋 copy color: '#C43ADD'

red 196 ◦ green 58 ◦ blue 221

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

Shades of Medium Orchid #C43ADD

Tints of Medium Orchid #C43ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.21%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 41.26%
G = 12.21%
B = 46.53%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C43ADD (or 0xC43ADD) is known color: Medium Orchid. HEX triplet: C4, 3A and DD. RGB value is (196,58,221). Sum of RGB (Red+Green+Blue) = 196+58+221=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #C43ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ADD is #3BC522. Grayscale: #757575. Windows color (decimal): -3917091 or 14498500. OLE color: 14498500.

HSL color Cylindrical-coordinate representation of color #C43ADD: hue angle of 290.8º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43ADD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 58 221 -
CMYK 0.11 0.74 0 0.13
HSL 290.8º 0.71% 0.55% -
HSV(B) 290.8º 0.74% 0.87% -
XYZ 37.33 19.98 70.3 -
YUV 117.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 196 58 221 0.11 0.74 0 0.13 290.8 0.71 0.55
Hex C4 3A DD B 4A 0 D 123 47 37
Octal 304 72 335 13 112 0 15 443 107 67
Binary 11000100 111010 11011101 1011 1001010 0 1101 100100011 1000111 110111

Color Harmonies of #C43ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43ADD

Black with #C43ADD

Text Example


Text Example

White with #C43ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43ADD; }

 p { color: rgb(196,58,221); }

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

background-color css

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

 a { background-color: rgb(196,58,221); }

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

border-color css

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

 span { border-color: rgb(196,58,221); }

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