Html Css Color HEX #C43BDD Medium Orchid

📋 copy color: '#C43BDD'

red 196 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #C43BDD

Tints of Medium Orchid #C43BDD

RGB

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

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

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

R = 41.18%
G = 12.39%
B = 46.43%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C43BDD (or 0xC43BDD) is known color: Medium Orchid. HEX triplet: C4, 3B and DD. RGB value is (196,59,221). Sum of RGB (Red+Green+Blue) = 196+59+221=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #C43BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BDD is #3BC422. Grayscale: #757575. Windows color (decimal): -3916835 or 14498756. OLE color: 14498756.

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

Color convert

RGB 196 59 221 -
CMYK 0.11 0.73 0 0.13
HSL 290.74º 0.7% 0.55% -
HSV(B) 290.74º 0.73% 0.87% -
XYZ 37.38 20.08 70.31 -
YUV 118.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 196 59 221 0.11 0.73 0 0.13 290.74 0.7 0.55
Hex C4 3B DD B 49 0 D 123 46 37
Octal 304 73 335 13 111 0 15 443 106 67
Binary 11000100 111011 11011101 1011 1001001 0 1101 100100011 1000110 110111

Color Harmonies of #C43BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BDD

Black with #C43BDD

Text Example


Text Example

White with #C43BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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