Html Css Color HEX #C43BD5 Medium Orchid

📋 copy color: '#C43BD5'

red 196 ◦ green 59 ◦ blue 213

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

Shades of Medium Orchid #C43BD5

Tints of Medium Orchid #C43BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 41.88%
G = 12.61%
B = 45.51%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C43BD5 (or 0xC43BD5) is known color: Medium Orchid. HEX triplet: C4, 3B and D5. RGB value is (196,59,213). Sum of RGB (Red+Green+Blue) = 196+59+213=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #C43BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BD5 is #3BC42A. Grayscale: #757575. Windows color (decimal): -3916843 or 13974468. OLE color: 13974468.

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

Color convert

RGB 196 59 213 -
CMYK 0.08 0.72 0 0.16
HSL 293.38º 0.65% 0.53% -
HSV(B) 293.38º 0.72% 0.84% -
XYZ 36.34 19.67 64.83 -
YUV 117.52 181.89 183.98 -
System Red Green Blue C M Y K H S L
Decimal 196 59 213 0.08 0.72 0 0.16 293.38 0.65 0.53
Hex C4 3B D5 8 48 0 10 125 41 35
Octal 304 73 325 10 110 0 20 445 101 65
Binary 11000100 111011 11010101 1000 1001000 0 10000 100100101 1000001 110101

Color Harmonies of #C43BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BD5

Black with #C43BD5

Text Example


Text Example

White with #C43BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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