Html Css Color HEX #C945EC Medium Orchid

📋 copy color: '#C945EC'

red 201 ◦ green 69 ◦ blue 236

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

Shades of Medium Orchid #C945EC

Tints of Medium Orchid #C945EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 39.72%
G = 13.64%
B = 46.64%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C945EC (or 0xC945EC) is known color: Medium Orchid. HEX triplet: C9, 45 and EC. RGB value is (201,69,236). Sum of RGB (Red+Green+Blue) = 201+69+236=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #C945EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945EC is #36BA13. Grayscale: #7E7E7E. Windows color (decimal): -3586580 or 15484361. OLE color: 15484361.

HSL color Cylindrical-coordinate representation of color #C945EC: hue angle of 287.43º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C945EC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 69 236 -
CMYK 0.15 0.71 0 0.07
HSL 287.43º 0.81% 0.6% -
HSV(B) 287.43º 0.71% 0.93% -
XYZ 41.36 22.73 81.56 -
YUV 127.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 201 69 236 0.15 0.71 0 0.07 287.43 0.81 0.6
Hex C9 45 EC F 47 0 7 11F 51 3C
Octal 311 105 354 17 107 0 7 437 121 74
Binary 11001001 1000101 11101100 1111 1000111 0 111 100011111 1010001 111100

Color Harmonies of #C945EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C945EC

Black with #C945EC

Text Example


Text Example

White with #C945EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C945EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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