Html Css Color HEX #C734D5 Medium Orchid

📋 copy color: '#C734D5'

red 199 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #C734D5

Tints of Medium Orchid #C734D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 42.89%
G = 11.21%
B = 45.91%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C734D5 (or 0xC734D5) is known color: Medium Orchid. HEX triplet: C7, 34 and D5. RGB value is (199,52,213). Sum of RGB (Red+Green+Blue) = 199+52+213=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #C734D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734D5 is #38CB2A. Grayscale: #717171. Windows color (decimal): -3722027 or 13972679. OLE color: 13972679.

HSL color Cylindrical-coordinate representation of color #C734D5: hue angle of 294.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C734D5 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 52 213 -
CMYK 0.07 0.76 0 0.16
HSL 294.78º 0.66% 0.52% -
HSV(B) 294.78º 0.76% 0.84% -
XYZ 36.79 19.4 64.76 -
YUV 114.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 199 52 213 0.07 0.76 0 0.16 294.78 0.66 0.52
Hex C7 34 D5 7 4C 0 10 127 42 34
Octal 307 64 325 7 114 0 20 447 102 64
Binary 11000111 110100 11010101 111 1001100 0 10000 100100111 1000010 110100

Color Harmonies of #C734D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734D5

Black with #C734D5

Text Example


Text Example

White with #C734D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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