Html Css Color HEX #C432EB Medium Orchid

📋 copy color: '#C432EB'

red 196 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #C432EB

Tints of Medium Orchid #C432EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 40.75%
G = 10.4%
B = 48.86%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C432EB (or 0xC432EB) is known color: Medium Orchid. HEX triplet: C4, 32 and EB. RGB value is (196,50,235). Sum of RGB (Red+Green+Blue) = 196+50+235=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C432EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C432EB is #3BCD14. Grayscale: #727272. Windows color (decimal): -3919125 or 15413956. OLE color: 15413956.

HSL color Cylindrical-coordinate representation of color #C432EB: hue angle of 287.35º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C432EB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 50 235 -
CMYK 0.17 0.79 0 0.08
HSL 287.35º 0.82% 0.56% -
HSV(B) 287.35º 0.79% 0.92% -
XYZ 38.9 20.02 80.41 -
YUV 114.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 196 50 235 0.17 0.79 0 0.08 287.35 0.82 0.56
Hex C4 32 EB 11 4F 0 8 11F 52 38
Octal 304 62 353 21 117 0 10 437 122 70
Binary 11000100 110010 11101011 10001 1001111 0 1000 100011111 1010010 111000

Color Harmonies of #C432EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C432EB

Black with #C432EB

Text Example


Text Example

White with #C432EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C432EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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