Html Css Color HEX #C43AE0 Medium Orchid

📋 copy color: '#C43AE0'

red 196 ◦ green 58 ◦ blue 224

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

Shades of Medium Orchid #C43AE0

Tints of Medium Orchid #C43AE0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.13%

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 41%
G = 12.13%
B = 46.86%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C43AE0 (or 0xC43AE0) is known color: Medium Orchid. HEX triplet: C4, 3A and E0. RGB value is (196,58,224). Sum of RGB (Red+Green+Blue) = 196+58+224=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #C43AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43AE0 is #3BC51F. Grayscale: #757575. Windows color (decimal): -3917088 or 14695108. OLE color: 14695108.

HSL color Cylindrical-coordinate representation of color #C43AE0: hue angle of 289.88º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43AE0 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 58 224 -
CMYK 0.12 0.74 0 0.12
HSL 289.88º 0.73% 0.55% -
HSV(B) 289.88º 0.74% 0.88% -
XYZ 37.73 20.14 72.42 -
YUV 118.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 196 58 224 0.12 0.74 0 0.12 289.88 0.73 0.55
Hex C4 3A E0 C 4A 0 C 122 49 37
Octal 304 72 340 14 112 0 14 442 111 67
Binary 11000100 111010 11100000 1100 1001010 0 1100 100100010 1001001 110111

Color Harmonies of #C43AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43AE0

Black with #C43AE0

Text Example


Text Example

White with #C43AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43AE0; }

 p { color: rgb(196,58,224); }

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

background-color css

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

 a { background-color: rgb(196,58,224); }

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

border-color css

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

 span { border-color: rgb(196,58,224); }

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