Html Css Color HEX #C43BD6 Medium Orchid

📋 copy color: '#C43BD6'

red 196 ◦ green 59 ◦ blue 214

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

Shades of Medium Orchid #C43BD6

Tints of Medium Orchid #C43BD6

RGB

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

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

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

R = 41.79%
G = 12.58%
B = 45.63%

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

#C43BD6 (or 0xC43BD6) is known color: Medium Orchid. HEX triplet: C4, 3B and D6. RGB value is (196,59,214). Sum of RGB (Red+Green+Blue) = 196+59+214=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #C43BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BD6 is #3BC429. Grayscale: #757575. Windows color (decimal): -3916842 or 14040004. OLE color: 14040004.

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

Color convert

RGB 196 59 214 -
CMYK 0.08 0.72 0 0.16
HSL 293.03º 0.65% 0.54% -
HSV(B) 293.03º 0.72% 0.84% -
XYZ 36.47 19.72 65.5 -
YUV 117.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 196 59 214 0.08 0.72 0 0.16 293.03 0.65 0.54
Hex C4 3B D6 8 48 0 10 125 41 36
Octal 304 73 326 10 110 0 20 445 101 66
Binary 11000100 111011 11010110 1000 1001000 0 10000 100100101 1000001 110110

Color Harmonies of #C43BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BD6

Black with #C43BD6

Text Example


Text Example

White with #C43BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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