Html Css Color HEX #C944DE Medium Orchid

📋 copy color: '#C944DE'

red 201 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #C944DE

Tints of Medium Orchid #C944DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 40.94%
G = 13.85%
B = 45.21%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C944DE (or 0xC944DE) is known color: Medium Orchid. HEX triplet: C9, 44 and DE. RGB value is (201,68,222). Sum of RGB (Red+Green+Blue) = 201+68+222=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #C944DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944DE is #36BB21. Grayscale: #7C7C7C. Windows color (decimal): -3586850 or 14566601. OLE color: 14566601.

HSL color Cylindrical-coordinate representation of color #C944DE: hue angle of 291.82º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C944DE is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 68 222 -
CMYK 0.09 0.69 0 0.13
HSL 291.82º 0.7% 0.57% -
HSV(B) 291.82º 0.69% 0.87% -
XYZ 39.34 21.83 71.25 -
YUV 125.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 201 68 222 0.09 0.69 0 0.13 291.82 0.7 0.57
Hex C9 44 DE 9 45 0 D 124 46 39
Octal 311 104 336 11 105 0 15 444 106 71
Binary 11001001 1000100 11011110 1001 1000101 0 1101 100100100 1000110 111001

Color Harmonies of #C944DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944DE

Black with #C944DE

Text Example


Text Example

White with #C944DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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