Html Css Color HEX #C432E0 Medium Orchid

📋 copy color: '#C432E0'

red 196 ◦ green 50 ◦ blue 224

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

Shades of Medium Orchid #C432E0

Tints of Medium Orchid #C432E0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.64%

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

R = 41.7%
G = 10.64%
B = 47.66%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C432E0 (or 0xC432E0) is known color: Medium Orchid. HEX triplet: C4, 32 and E0. RGB value is (196,50,224). Sum of RGB (Red+Green+Blue) = 196+50+224=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #C432E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432E0 is #3BCD1F. Grayscale: #707070. Windows color (decimal): -3919136 or 14693060. OLE color: 14693060.

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

Color convert

RGB 196 50 224 -
CMYK 0.12 0.78 0 0.12
HSL 290.34º 0.74% 0.54% -
HSV(B) 290.34º 0.78% 0.88% -
XYZ 37.36 19.4 72.3 -
YUV 113.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 196 50 224 0.12 0.78 0 0.12 290.34 0.74 0.54
Hex C4 32 E0 C 4E 0 C 122 4A 36
Octal 304 62 340 14 116 0 14 442 112 66
Binary 11000100 110010 11100000 1100 1001110 0 1100 100100010 1001010 110110

Color Harmonies of #C432E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C432E0

Black with #C432E0

Text Example


Text Example

White with #C432E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C432E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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