Html Css Color HEX #C732EA Medium Orchid

📋 copy color: '#C732EA'

red 199 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #C732EA

Tints of Medium Orchid #C732EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 41.2%
G = 10.35%
B = 48.45%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C732EA (or 0xC732EA) is known color: Medium Orchid. HEX triplet: C7, 32 and EA. RGB value is (199,50,234). Sum of RGB (Red+Green+Blue) = 199+50+234=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #C732EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C732EA is #38CD15. Grayscale: #727272. Windows color (decimal): -3722518 or 15348423. OLE color: 15348423.

HSL color Cylindrical-coordinate representation of color #C732EA: hue angle of 288.59º degrees, saturation: 0.81, 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 #C732EA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 50 234 -
CMYK 0.15 0.79 0 0.08
HSL 288.59º 0.81% 0.56% -
HSV(B) 288.59º 0.79% 0.92% -
XYZ 39.55 20.36 79.69 -
YUV 115.53 194.86 187.54 -
System Red Green Blue C M Y K H S L
Decimal 199 50 234 0.15 0.79 0 0.08 288.59 0.81 0.56
Hex C7 32 EA F 4F 0 8 121 51 38
Octal 307 62 352 17 117 0 10 441 121 70
Binary 11000111 110010 11101010 1111 1001111 0 1000 100100001 1010001 111000

Color Harmonies of #C732EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C732EA

Black with #C732EA

Text Example


Text Example

White with #C732EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C732EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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