Html Css Color HEX #C945EA Medium Orchid

📋 copy color: '#C945EA'

red 201 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #C945EA

Tints of Medium Orchid #C945EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 39.88%
G = 13.69%
B = 46.43%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C945EA (or 0xC945EA) is known color: Medium Orchid. HEX triplet: C9, 45 and EA. RGB value is (201,69,234). Sum of RGB (Red+Green+Blue) = 201+69+234=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #C945EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945EA is #36BA15. Grayscale: #7E7E7E. Windows color (decimal): -3586582 or 15353289. OLE color: 15353289.

HSL color Cylindrical-coordinate representation of color #C945EA: hue angle of 288º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C945EA is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 69 234 -
CMYK 0.14 0.71 0 0.08
HSL 288º 0.8% 0.59% -
HSV(B) 288º 0.71% 0.92% -
XYZ 41.07 22.61 80.04 -
YUV 127.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 201 69 234 0.14 0.71 0 0.08 288 0.8 0.59
Hex C9 45 EA E 47 0 8 120 50 3B
Octal 311 105 352 16 107 0 10 440 120 73
Binary 11001001 1000101 11101010 1110 1000111 0 1000 100100000 1010000 111011

Color Harmonies of #C945EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C945EA

Black with #C945EA

Text Example


Text Example

White with #C945EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C945EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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