Html Css Color HEX #C85FEC Medium Orchid

📋 copy color: '#C85FEC'

red 200 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #C85FEC

Tints of Medium Orchid #C85FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 37.66%
G = 17.89%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C85FEC (or 0xC85FEC) is known color: Medium Orchid. HEX triplet: C8, 5F and EC. RGB value is (200,95,236). Sum of RGB (Red+Green+Blue) = 200+95+236=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #C85FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FEC is #37A013. Grayscale: #8E8E8E. Windows color (decimal): -3645460 or 15491016. OLE color: 15491016.

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

Color convert

RGB 200 95 236 -
CMYK 0.15 0.60 0 0.07
HSL 284.68º 0.79% 0.65% -
HSV(B) 284.68º 0.6% 0.93% -
XYZ 43.05 26.52 82.21 -
YUV 142.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 200 95 236 0.15 0.60 0 0.07 284.68 0.79 0.65
Hex C8 5F EC F 3C 0 7 11D 4F 41
Octal 310 137 354 17 74 0 7 435 117 101
Binary 11001000 1011111 11101100 1111 111100 0 111 100011101 1001111 1000001

Color Harmonies of #C85FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85FEC

Black with #C85FEC

Text Example


Text Example

White with #C85FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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