Html Css Color HEX #C734E5 Medium Orchid

📋 copy color: '#C734E5'

red 199 ◦ green 52 ◦ blue 229

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

Shades of Medium Orchid #C734E5

Tints of Medium Orchid #C734E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.71%

R = 41.46%
G = 10.83%
B = 47.71%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C734E5 (or 0xC734E5) is known color: Medium Orchid. HEX triplet: C7, 34 and E5. RGB value is (199,52,229). Sum of RGB (Red+Green+Blue) = 199+52+229=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #C734E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734E5 is #38CB1A. Grayscale: #737373. Windows color (decimal): -3722011 or 15021255. OLE color: 15021255.

HSL color Cylindrical-coordinate representation of color #C734E5: hue angle of 289.83º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C734E5 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 52 229 -
CMYK 0.13 0.77 0 0.10
HSL 289.83º 0.77% 0.55% -
HSV(B) 289.83º 0.77% 0.9% -
XYZ 38.92 20.26 75.99 -
YUV 116.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 199 52 229 0.13 0.77 0 0.10 289.83 0.77 0.55
Hex C7 34 E5 D 4D 0 A 122 4D 37
Octal 307 64 345 15 115 0 12 442 115 67
Binary 11000111 110100 11100101 1101 1001101 0 1010 100100010 1001101 110111

Color Harmonies of #C734E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734E5

Black with #C734E5

Text Example


Text Example

White with #C734E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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