Html Css Color HEX #C734EA Medium Orchid

📋 copy color: '#C734EA'

red 199 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #C734EA

Tints of Medium Orchid #C734EA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.72%

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

R = 41.03%
G = 10.72%
B = 48.25%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C734EA (or 0xC734EA) is known color: Medium Orchid. HEX triplet: C7, 34 and EA. RGB value is (199,52,234). Sum of RGB (Red+Green+Blue) = 199+52+234=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #C734EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734EA is #38CB15. Grayscale: #747474. Windows color (decimal): -3722006 or 15348935. OLE color: 15348935.

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

Color convert

RGB 199 52 234 -
CMYK 0.15 0.78 0 0.08
HSL 288.46º 0.81% 0.56% -
HSV(B) 288.46º 0.78% 0.92% -
XYZ 39.63 20.54 79.72 -
YUV 116.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 199 52 234 0.15 0.78 0 0.08 288.46 0.81 0.56
Hex C7 34 EA F 4E 0 8 120 51 38
Octal 307 64 352 17 116 0 10 440 121 70
Binary 11000111 110100 11101010 1111 1001110 0 1000 100100000 1010001 111000

Color Harmonies of #C734EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734EA

Black with #C734EA

Text Example


Text Example

White with #C734EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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