Html Css Color HEX #C945E8 Medium Orchid

📋 copy color: '#C945E8'

red 201 ◦ green 69 ◦ blue 232

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

Shades of Medium Orchid #C945E8

Tints of Medium Orchid #C945E8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.75%

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

R = 40.04%
G = 13.75%
B = 46.22%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C945E8 (or 0xC945E8) is known color: Medium Orchid. HEX triplet: C9, 45 and E8. RGB value is (201,69,232). Sum of RGB (Red+Green+Blue) = 201+69+232=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #C945E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945E8 is #36BA17. Grayscale: #7E7E7E. Windows color (decimal): -3586584 or 15222217. OLE color: 15222217.

HSL color Cylindrical-coordinate representation of color #C945E8: hue angle of 288.59º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C945E8 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 69 232 -
CMYK 0.13 0.70 0 0.09
HSL 288.59º 0.78% 0.59% -
HSV(B) 288.59º 0.7% 0.91% -
XYZ 40.78 22.5 78.54 -
YUV 127.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 201 69 232 0.13 0.70 0 0.09 288.59 0.78 0.59
Hex C9 45 E8 D 46 0 9 121 4E 3B
Octal 311 105 350 15 106 0 11 441 116 73
Binary 11001001 1000101 11101000 1101 1000110 0 1001 100100001 1001110 111011

Color Harmonies of #C945E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C945E8

Black with #C945E8

Text Example


Text Example

White with #C945E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C945E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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