Html Css Color HEX #C944EE Medium Orchid

📋 copy color: '#C944EE'

red 201 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #C944EE

Tints of Medium Orchid #C944EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.41%

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 39.64%
G = 13.41%
B = 46.94%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C944EE (or 0xC944EE) is known color: Medium Orchid. HEX triplet: C9, 44 and EE. RGB value is (201,68,238). Sum of RGB (Red+Green+Blue) = 201+68+238=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #C944EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944EE is #36BB11. Grayscale: #7E7E7E. Windows color (decimal): -3586834 or 15615177. OLE color: 15615177.

HSL color Cylindrical-coordinate representation of color #C944EE: hue angle of 286.94º degrees, saturation: 0.83, 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 #C944EE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 68 238 -
CMYK 0.16 0.71 0 0.07
HSL 286.94º 0.83% 0.6% -
HSV(B) 286.94º 0.71% 0.93% -
XYZ 41.59 22.72 83.08 -
YUV 127.15 190.56 180.68 -
System Red Green Blue C M Y K H S L
Decimal 201 68 238 0.16 0.71 0 0.07 286.94 0.83 0.6
Hex C9 44 EE 10 47 0 7 11F 53 3C
Octal 311 104 356 20 107 0 7 437 123 74
Binary 11001001 1000100 11101110 10000 1000111 0 111 100011111 1010011 111100

Color Harmonies of #C944EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944EE

Black with #C944EE

Text Example


Text Example

White with #C944EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944EE; }

 p { color: rgb(201,68,238); }

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

background-color css

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

 a { background-color: rgb(201,68,238); }

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

border-color css

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

 span { border-color: rgb(201,68,238); }

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