Html Css Color HEX #C955E0 Medium Orchid

📋 copy color: '#C955E0'

red 201 ◦ green 85 ◦ blue 224

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

Shades of Medium Orchid #C955E0

Tints of Medium Orchid #C955E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 39.41%
G = 16.67%
B = 43.92%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C955E0 (or 0xC955E0) is known color: Medium Orchid. HEX triplet: C9, 55 and E0. RGB value is (201,85,224). Sum of RGB (Red+Green+Blue) = 201+85+224=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #C955E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955E0 is #36AA1F. Grayscale: #878787. Windows color (decimal): -3582496 or 14702025. OLE color: 14702025.

HSL color Cylindrical-coordinate representation of color #C955E0: hue angle of 290.07º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C955E0 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 85 224 -
CMYK 0.10 0.62 0 0.12
HSL 290.07º 0.69% 0.61% -
HSV(B) 290.07º 0.62% 0.88% -
XYZ 40.79 24.3 73.06 -
YUV 135.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 201 85 224 0.10 0.62 0 0.12 290.07 0.69 0.61
Hex C9 55 E0 A 3E 0 C 122 45 3D
Octal 311 125 340 12 76 0 14 442 105 75
Binary 11001001 1010101 11100000 1010 111110 0 1100 100100010 1000101 111101

Color Harmonies of #C955E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955E0

Black with #C955E0

Text Example


Text Example

White with #C955E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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