Html Css Color HEX #C955EE Medium Orchid

📋 copy color: '#C955EE'

red 201 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #C955EE

Tints of Medium Orchid #C955EE

RGB

 RED value IS 201 (78.91% from 255) = 38.36%

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

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

R = 38.36%
G = 16.22%
B = 45.42%

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

#C955EE (or 0xC955EE) is known color: Medium Orchid. HEX triplet: C9, 55 and EE. RGB value is (201,85,238). Sum of RGB (Red+Green+Blue) = 201+85+238=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #C955EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955EE is #36AA11. Grayscale: #888888. Windows color (decimal): -3582482 or 15619529. OLE color: 15619529.

HSL color Cylindrical-coordinate representation of color #C955EE: hue angle of 285.49º 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 #C955EE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 85 238 -
CMYK 0.16 0.64 0 0.07
HSL 285.49º 0.82% 0.63% -
HSV(B) 285.49º 0.64% 0.93% -
XYZ 42.77 25.09 83.48 -
YUV 137.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 201 85 238 0.16 0.64 0 0.07 285.49 0.82 0.63
Hex C9 55 EE 10 40 0 7 11D 52 3F
Octal 311 125 356 20 100 0 7 435 122 77
Binary 11001001 1010101 11101110 10000 1000000 0 111 100011101 1010010 111111

Color Harmonies of #C955EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955EE

Black with #C955EE

Text Example


Text Example

White with #C955EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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