Html Css Color HEX #C752F1 Medium Orchid

📋 copy color: '#C752F1'

red 199 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #C752F1

Tints of Medium Orchid #C752F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.17%

R = 38.12%
G = 15.71%
B = 46.17%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C752F1 (or 0xC752F1) is known color: Medium Orchid. HEX triplet: C7, 52 and F1. RGB value is (199,82,241). Sum of RGB (Red+Green+Blue) = 199+82+241=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #C752F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C752F1 is #38AD0E. Grayscale: #868686. Windows color (decimal): -3714319 or 15815367. OLE color: 15815367.

HSL color Cylindrical-coordinate representation of color #C752F1: hue angle of 284.15º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C752F1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 82 241 -
CMYK 0.17 0.66 0 0.05
HSL 284.15º 0.85% 0.63% -
HSV(B) 284.15º 0.66% 0.95% -
XYZ 42.45 24.53 85.72 -
YUV 135.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 199 82 241 0.17 0.66 0 0.05 284.15 0.85 0.63
Hex C7 52 F1 11 42 0 5 11C 55 3F
Octal 307 122 361 21 102 0 5 434 125 77
Binary 11000111 1010010 11110001 10001 1000010 0 101 100011100 1010101 111111

Color Harmonies of #C752F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C752F1

Black with #C752F1

Text Example


Text Example

White with #C752F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C752F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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