Html Css Color HEX #C43AD6 Medium Orchid

📋 copy color: '#C43AD6'

red 196 ◦ green 58 ◦ blue 214

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

Shades of Medium Orchid #C43AD6

Tints of Medium Orchid #C43AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 41.88%
G = 12.39%
B = 45.73%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C43AD6 (or 0xC43AD6) is known color: Medium Orchid. HEX triplet: C4, 3A and D6. RGB value is (196,58,214). Sum of RGB (Red+Green+Blue) = 196+58+214=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #C43AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43AD6 is #3BC529. Grayscale: #747474. Windows color (decimal): -3917098 or 14039748. OLE color: 14039748.

HSL color Cylindrical-coordinate representation of color #C43AD6: hue angle of 293.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43AD6 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 58 214 -
CMYK 0.08 0.73 0 0.16
HSL 293.08º 0.66% 0.53% -
HSV(B) 293.08º 0.73% 0.84% -
XYZ 36.42 19.62 65.49 -
YUV 117.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 196 58 214 0.08 0.73 0 0.16 293.08 0.66 0.53
Hex C4 3A D6 8 49 0 10 125 42 35
Octal 304 72 326 10 111 0 20 445 102 65
Binary 11000100 111010 11010110 1000 1001001 0 10000 100100101 1000010 110101

Color Harmonies of #C43AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AD6

Black with #C43AD6

Text Example


Text Example

White with #C43AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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