Html Css Color HEX #C752ED Medium Orchid

📋 copy color: '#C752ED'

red 199 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #C752ED

Tints of Medium Orchid #C752ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.83%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 38.42%
G = 15.83%
B = 45.75%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C752ED (or 0xC752ED) is known color: Medium Orchid. HEX triplet: C7, 52 and ED. RGB value is (199,82,237). Sum of RGB (Red+Green+Blue) = 199+82+237=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #C752ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752ED is #38AD12. Grayscale: #868686. Windows color (decimal): -3714323 or 15553223. OLE color: 15553223.

HSL color Cylindrical-coordinate representation of color #C752ED: hue angle of 285.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C752ED is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 82 237 -
CMYK 0.16 0.65 0 0.07
HSL 285.29º 0.81% 0.63% -
HSV(B) 285.29º 0.65% 0.93% -
XYZ 41.86 24.29 82.6 -
YUV 134.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 199 82 237 0.16 0.65 0 0.07 285.29 0.81 0.63
Hex C7 52 ED 10 41 0 7 11D 51 3F
Octal 307 122 355 20 101 0 7 435 121 77
Binary 11000111 1010010 11101101 10000 1000001 0 111 100011101 1010001 111111

Color Harmonies of #C752ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752ED

Black with #C752ED

Text Example


Text Example

White with #C752ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752ED; }

 p { color: rgb(199,82,237); }

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

background-color css

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

 a { background-color: rgb(199,82,237); }

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

border-color css

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

 span { border-color: rgb(199,82,237); }

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