Html Css Color HEX #C954E8 Medium Orchid

📋 copy color: '#C954E8'

red 201 ◦ green 84 ◦ blue 232

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

Shades of Medium Orchid #C954E8

Tints of Medium Orchid #C954E8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.25%

 BLUE value IS 232 (91.02% from 255) = 44.87%

R = 38.88%
G = 16.25%
B = 44.87%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C954E8 (or 0xC954E8) is known color: Medium Orchid. HEX triplet: C9, 54 and E8. RGB value is (201,84,232). Sum of RGB (Red+Green+Blue) = 201+84+232=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #C954E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C954E8 is #36AB17. Grayscale: #878787. Windows color (decimal): -3582744 or 15226057. OLE color: 15226057.

HSL color Cylindrical-coordinate representation of color #C954E8: hue angle of 287.43º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C954E8 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 84 232 -
CMYK 0.13 0.64 0 0.09
HSL 287.43º 0.76% 0.62% -
HSV(B) 287.43º 0.64% 0.91% -
XYZ 41.82 24.58 78.88 -
YUV 135.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 201 84 232 0.13 0.64 0 0.09 287.43 0.76 0.62
Hex C9 54 E8 D 40 0 9 11F 4C 3E
Octal 311 124 350 15 100 0 11 437 114 76
Binary 11001001 1010100 11101000 1101 1000000 0 1001 100011111 1001100 111110

Color Harmonies of #C954E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954E8

Black with #C954E8

Text Example


Text Example

White with #C954E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954E8; }

 p { color: rgb(201,84,232); }

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

background-color css

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

 a { background-color: rgb(201,84,232); }

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

border-color css

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

 span { border-color: rgb(201,84,232); }

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