Html Css Color HEX #C85FEB Medium Orchid

📋 copy color: '#C85FEB'

red 200 ◦ green 95 ◦ blue 235

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

Shades of Medium Orchid #C85FEB

Tints of Medium Orchid #C85FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.92%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 37.74%
G = 17.92%
B = 44.34%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C85FEB (or 0xC85FEB) is known color: Medium Orchid. HEX triplet: C8, 5F and EB. RGB value is (200,95,235). Sum of RGB (Red+Green+Blue) = 200+95+235=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C85FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FEB is #37A014. Grayscale: #8D8D8D. Windows color (decimal): -3645461 or 15425480. OLE color: 15425480.

HSL color Cylindrical-coordinate representation of color #C85FEB: hue angle of 285º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85FEB is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 95 235 -
CMYK 0.15 0.60 0 0.08
HSL 285º 0.78% 0.65% -
HSV(B) 285º 0.6% 0.92% -
XYZ 42.91 26.46 81.44 -
YUV 142.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 200 95 235 0.15 0.60 0 0.08 285 0.78 0.65
Hex C8 5F EB F 3C 0 8 11D 4E 41
Octal 310 137 353 17 74 0 10 435 116 101
Binary 11001000 1011111 11101011 1111 111100 0 1000 100011101 1001110 1000001

Color Harmonies of #C85FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FEB

Black with #C85FEB

Text Example


Text Example

White with #C85FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FEB; }

 p { color: rgb(200,95,235); }

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

background-color css

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

 a { background-color: rgb(200,95,235); }

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

border-color css

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

 span { border-color: rgb(200,95,235); }

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