Html Css Color HEX #C85BF1 Medium Orchid

📋 copy color: '#C85BF1'

red 200 ◦ green 91 ◦ blue 241

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

Shades of Medium Orchid #C85BF1

Tints of Medium Orchid #C85BF1

RGB

 RED value IS 200 (78.52% from 255) = 37.59%

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

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

R = 37.59%
G = 17.11%
B = 45.3%

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

#C85BF1 (or 0xC85BF1) is known color: Medium Orchid. HEX triplet: C8, 5B and F1. RGB value is (200,91,241). Sum of RGB (Red+Green+Blue) = 200+91+241=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #C85BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BF1 is #37A40E. Grayscale: #8C8C8C. Windows color (decimal): -3646479 or 15817672. OLE color: 15817672.

HSL color Cylindrical-coordinate representation of color #C85BF1: hue angle of 283.6º 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 #C85BF1 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 91 241 -
CMYK 0.17 0.62 0 0.05
HSL 283.6º 0.84% 0.65% -
HSV(B) 283.6º 0.62% 0.95% -
XYZ 43.44 26.11 85.97 -
YUV 140.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 200 91 241 0.17 0.62 0 0.05 283.6 0.84 0.65
Hex C8 5B F1 11 3E 0 5 11C 54 41
Octal 310 133 361 21 76 0 5 434 124 101
Binary 11001000 1011011 11110001 10001 111110 0 101 100011100 1010100 1000001

Color Harmonies of #C85BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BF1

Black with #C85BF1

Text Example


Text Example

White with #C85BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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