Html Css Color HEX #C758F1 Medium Orchid

📋 copy color: '#C758F1'

red 199 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #C758F1

Tints of Medium Orchid #C758F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.67%

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

R = 37.69%
G = 16.67%
B = 45.64%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C758F1 (or 0xC758F1) is known color: Medium Orchid. HEX triplet: C7, 58 and F1. RGB value is (199,88,241). Sum of RGB (Red+Green+Blue) = 199+88+241=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #C758F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C758F1 is #38A70E. Grayscale: #8A8A8A. Windows color (decimal): -3712783 or 15816903. OLE color: 15816903.

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

Color convert

RGB 199 88 241 -
CMYK 0.17 0.63 0 0.05
HSL 283.53º 0.85% 0.65% -
HSV(B) 283.53º 0.63% 0.95% -
XYZ 42.92 25.47 85.87 -
YUV 138.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 199 88 241 0.17 0.63 0 0.05 283.53 0.85 0.65
Hex C7 58 F1 11 3F 0 5 11C 55 41
Octal 307 130 361 21 77 0 5 434 125 101
Binary 11000111 1011000 11110001 10001 111111 0 101 100011100 1010101 1000001

Color Harmonies of #C758F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758F1

Black with #C758F1

Text Example


Text Example

White with #C758F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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