Html Css Color HEX #C75BF1 Medium Orchid

📋 copy color: '#C75BF1'

red 199 ◦ green 91 ◦ blue 241

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

Shades of Medium Orchid #C75BF1

Tints of Medium Orchid #C75BF1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.14%

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

R = 37.48%
G = 17.14%
B = 45.39%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C75BF1 (or 0xC75BF1) is known color: Medium Orchid. HEX triplet: C7, 5B and F1. RGB value is (199,91,241). Sum of RGB (Red+Green+Blue) = 199+91+241=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #C75BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BF1 is #38A40E. Grayscale: #8B8B8B. Windows color (decimal): -3712015 or 15817671. OLE color: 15817671.

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

Color convert

RGB 199 91 241 -
CMYK 0.17 0.62 0 0.05
HSL 283.2º 0.84% 0.65% -
HSV(B) 283.2º 0.62% 0.95% -
XYZ 43.17 25.98 85.96 -
YUV 140.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 199 91 241 0.17 0.62 0 0.05 283.2 0.84 0.65
Hex C7 5B F1 11 3E 0 5 11B 54 41
Octal 307 133 361 21 76 0 5 433 124 101
Binary 11000111 1011011 11110001 10001 111110 0 101 100011011 1010100 1000001

Color Harmonies of #C75BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BF1

Black with #C75BF1

Text Example


Text Example

White with #C75BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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