Html Css Color HEX #C944EB Medium Orchid

📋 copy color: '#C944EB'

red 201 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #C944EB

Tints of Medium Orchid #C944EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 39.88%
G = 13.49%
B = 46.63%

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

#C944EB (or 0xC944EB) is known color: Medium Orchid. HEX triplet: C9, 44 and EB. RGB value is (201,68,235). Sum of RGB (Red+Green+Blue) = 201+68+235=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #C944EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C944EB is #36BB14. Grayscale: #7E7E7E. Windows color (decimal): -3586837 or 15418569. OLE color: 15418569.

HSL color Cylindrical-coordinate representation of color #C944EB: hue angle of 287.78º degrees, saturation: 0.81, 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 #C944EB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 68 235 -
CMYK 0.14 0.71 0 0.08
HSL 287.78º 0.81% 0.59% -
HSV(B) 287.78º 0.71% 0.92% -
XYZ 41.15 22.55 80.78 -
YUV 126.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 201 68 235 0.14 0.71 0 0.08 287.78 0.81 0.59
Hex C9 44 EB E 47 0 8 120 51 3B
Octal 311 104 353 16 107 0 10 440 121 73
Binary 11001001 1000100 11101011 1110 1000111 0 1000 100100000 1010001 111011

Color Harmonies of #C944EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944EB

Black with #C944EB

Text Example


Text Example

White with #C944EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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