Html Css Color HEX #C735D8 Medium Orchid

📋 copy color: '#C735D8'

red 199 ◦ green 53 ◦ blue 216

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

Shades of Medium Orchid #C735D8

Tints of Medium Orchid #C735D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 42.52%
G = 11.32%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C735D8 (or 0xC735D8) is known color: Medium Orchid. HEX triplet: C7, 35 and D8. RGB value is (199,53,216). Sum of RGB (Red+Green+Blue) = 199+53+216=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #C735D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735D8 is #38CA27. Grayscale: #727272. Windows color (decimal): -3721768 or 14169543. OLE color: 14169543.

HSL color Cylindrical-coordinate representation of color #C735D8: hue angle of 293.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C735D8 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 53 216 -
CMYK 0.08 0.75 0 0.15
HSL 293.74º 0.68% 0.53% -
HSV(B) 293.74º 0.75% 0.85% -
XYZ 37.22 19.65 66.8 -
YUV 115.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 199 53 216 0.08 0.75 0 0.15 293.74 0.68 0.53
Hex C7 35 D8 8 4B 0 F 126 44 35
Octal 307 65 330 10 113 0 17 446 104 65
Binary 11000111 110101 11011000 1000 1001011 0 1111 100100110 1000100 110101

Color Harmonies of #C735D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C735D8

Black with #C735D8

Text Example


Text Example

White with #C735D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C735D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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