Html Css Color HEX #C855EE Medium Orchid

📋 copy color: '#C855EE'

red 200 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #C855EE

Tints of Medium Orchid #C855EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.25%

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 38.24%
G = 16.25%
B = 45.51%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C855EE (or 0xC855EE) is known color: Medium Orchid. HEX triplet: C8, 55 and EE. RGB value is (200,85,238). Sum of RGB (Red+Green+Blue) = 200+85+238=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #C855EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855EE is #37AA11. Grayscale: #888888. Windows color (decimal): -3648018 or 15619528. OLE color: 15619528.

HSL color Cylindrical-coordinate representation of color #C855EE: hue angle of 285.1º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C855EE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 85 238 -
CMYK 0.16 0.64 0 0.07
HSL 285.1º 0.82% 0.63% -
HSV(B) 285.1º 0.64% 0.93% -
XYZ 42.5 24.95 83.46 -
YUV 136.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 200 85 238 0.16 0.64 0 0.07 285.1 0.82 0.63
Hex C8 55 EE 10 40 0 7 11D 52 3F
Octal 310 125 356 20 100 0 7 435 122 77
Binary 11001000 1010101 11101110 10000 1000000 0 111 100011101 1010010 111111

Color Harmonies of #C855EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855EE

Black with #C855EE

Text Example


Text Example

White with #C855EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855EE; }

 p { color: rgb(200,85,238); }

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

background-color css

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

 a { background-color: rgb(200,85,238); }

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

border-color css

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

 span { border-color: rgb(200,85,238); }

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