Html Css Color HEX #C732EC Medium Orchid

📋 copy color: '#C732EC'

red 199 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #C732EC

Tints of Medium Orchid #C732EC

RGB

 RED value IS 199 (78.13% from 255) = 41.03%

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 41.03%
G = 10.31%
B = 48.66%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C732EC (or 0xC732EC) is known color: Medium Orchid. HEX triplet: C7, 32 and EC. RGB value is (199,50,236). Sum of RGB (Red+Green+Blue) = 199+50+236=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #C732EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732EC is #38CD13. Grayscale: #737373. Windows color (decimal): -3722516 or 15479495. OLE color: 15479495.

HSL color Cylindrical-coordinate representation of color #C732EC: hue angle of 288.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C732EC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 50 236 -
CMYK 0.16 0.79 0 0.07
HSL 288.06º 0.83% 0.56% -
HSV(B) 288.06º 0.79% 0.93% -
XYZ 39.83 20.48 81.21 -
YUV 115.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 199 50 236 0.16 0.79 0 0.07 288.06 0.83 0.56
Hex C7 32 EC 10 4F 0 7 120 53 38
Octal 307 62 354 20 117 0 7 440 123 70
Binary 11000111 110010 11101100 10000 1001111 0 111 100100000 1010011 111000

Color Harmonies of #C732EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732EC

Black with #C732EC

Text Example


Text Example

White with #C732EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732EC; }

 p { color: rgb(199,50,236); }

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

background-color css

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

 a { background-color: rgb(199,50,236); }

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

border-color css

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

 span { border-color: rgb(199,50,236); }

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