Html Css Color HEX #C43BDA Medium Orchid

📋 copy color: '#C43BDA'

red 196 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #C43BDA

Tints of Medium Orchid #C43BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.47%

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

R = 41.44%
G = 12.47%
B = 46.09%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C43BDA (or 0xC43BDA) is known color: Medium Orchid. HEX triplet: C4, 3B and DA. RGB value is (196,59,218). Sum of RGB (Red+Green+Blue) = 196+59+218=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #C43BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BDA is #3BC425. Grayscale: #757575. Windows color (decimal): -3916838 or 14302148. OLE color: 14302148.

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

Color convert

RGB 196 59 218 -
CMYK 0.10 0.73 0 0.15
HSL 291.7º 0.68% 0.54% -
HSV(B) 291.7º 0.73% 0.85% -
XYZ 36.98 19.93 68.23 -
YUV 118.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 196 59 218 0.10 0.73 0 0.15 291.7 0.68 0.54
Hex C4 3B DA A 49 0 F 124 44 36
Octal 304 73 332 12 111 0 17 444 104 66
Binary 11000100 111011 11011010 1010 1001001 0 1111 100100100 1000100 110110

Color Harmonies of #C43BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BDA

Black with #C43BDA

Text Example


Text Example

White with #C43BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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