Html Css Color HEX #C43CDA Medium Orchid

📋 copy color: '#C43CDA'

red 196 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #C43CDA

Tints of Medium Orchid #C43CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.66%

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

R = 41.35%
G = 12.66%
B = 45.99%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C43CDA (or 0xC43CDA) is known color: Medium Orchid. HEX triplet: C4, 3C and DA. RGB value is (196,60,218). Sum of RGB (Red+Green+Blue) = 196+60+218=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #C43CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CDA is #3BC325. Grayscale: #767676. Windows color (decimal): -3916582 or 14302404. OLE color: 14302404.

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

Color convert

RGB 196 60 218 -
CMYK 0.10 0.72 0 0.15
HSL 291.65º 0.68% 0.55% -
HSV(B) 291.65º 0.72% 0.85% -
XYZ 37.04 20.03 68.24 -
YUV 118.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 196 60 218 0.10 0.72 0 0.15 291.65 0.68 0.55
Hex C4 3C DA A 48 0 F 124 44 37
Octal 304 74 332 12 110 0 17 444 104 67
Binary 11000100 111100 11011010 1010 1001000 0 1111 100100100 1000100 110111

Color Harmonies of #C43CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CDA

Black with #C43CDA

Text Example


Text Example

White with #C43CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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