Html Css Color HEX #C734D2 Medium Orchid

📋 copy color: '#C734D2'

red 199 ◦ green 52 ◦ blue 210

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

Shades of Medium Orchid #C734D2

Tints of Medium Orchid #C734D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 43.17%
G = 11.28%
B = 45.55%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C734D2 (or 0xC734D2) is known color: Medium Orchid. HEX triplet: C7, 34 and D2. RGB value is (199,52,210). Sum of RGB (Red+Green+Blue) = 199+52+210=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #C734D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734D2 is #38CB2D. Grayscale: #717171. Windows color (decimal): -3722030 or 13776071. OLE color: 13776071.

HSL color Cylindrical-coordinate representation of color #C734D2: hue angle of 295.82º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C734D2 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 52 210 -
CMYK 0.05 0.75 0 0.18
HSL 295.82º 0.64% 0.51% -
HSV(B) 295.82º 0.75% 0.82% -
XYZ 36.41 19.25 62.77 -
YUV 113.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 199 52 210 0.05 0.75 0 0.18 295.82 0.64 0.51
Hex C7 34 D2 5 4B 0 12 128 40 33
Octal 307 64 322 5 113 0 22 450 100 63
Binary 11000111 110100 11010010 101 1001011 0 10010 100101000 1000000 110011

Color Harmonies of #C734D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734D2

Black with #C734D2

Text Example


Text Example

White with #C734D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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