Html Css Color HEX #C735F6 Medium Orchid

📋 copy color: '#C735F6'

red 199 ◦ green 53 ◦ blue 246

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

Shades of Medium Orchid #C735F6

Tints of Medium Orchid #C735F6

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.64%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 39.96%
G = 10.64%
B = 49.4%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C735F6 (or 0xC735F6) is known color: Medium Orchid. HEX triplet: C7, 35 and F6. RGB value is (199,53,246). Sum of RGB (Red+Green+Blue) = 199+53+246=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 53 (21.09% from 255 or 10.64% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #C735F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735F6 is #38CA09. Grayscale: #767676. Windows color (decimal): -3721738 or 16135623. OLE color: 16135623.

HSL color Cylindrical-coordinate representation of color #C735F6: hue angle of 285.39º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C735F6 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 199 53 246 -
CMYK 0.19 0.78 0 0.04
HSL 285.39º 0.91% 0.59% -
HSV(B) 285.39º 0.78% 0.96% -
XYZ 41.46 21.34 89.12 -
YUV 118.66 199.87 185.31 -
System Red Green Blue C M Y K H S L
Decimal 199 53 246 0.19 0.78 0 0.04 285.39 0.91 0.59
Hex C7 35 F6 13 4E 0 4 11D 5B 3B
Octal 307 65 366 23 116 0 4 435 133 73
Binary 11000111 110101 11110110 10011 1001110 0 100 100011101 1011011 111011

Color Harmonies of #C735F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735F6

Black with #C735F6

Text Example


Text Example

White with #C735F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735F6; }

 p { color: rgb(199,53,246); }

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

background-color css

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

 a { background-color: rgb(199,53,246); }

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

border-color css

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

 span { border-color: rgb(199,53,246); }

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