Html Css Color HEX #C942E9 Medium Orchid

📋 copy color: '#C942E9'

red 201 ◦ green 66 ◦ blue 233

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

Shades of Medium Orchid #C942E9

Tints of Medium Orchid #C942E9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.2%

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 40.2%
G = 13.2%
B = 46.6%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C942E9 (or 0xC942E9) is known color: Medium Orchid. HEX triplet: C9, 42 and E9. RGB value is (201,66,233). Sum of RGB (Red+Green+Blue) = 201+66+233=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #C942E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942E9 is #36BD16. Grayscale: #7C7C7C. Windows color (decimal): -3587351 or 15286985. OLE color: 15286985.

HSL color Cylindrical-coordinate representation of color #C942E9: hue angle of 288.5º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C942E9 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 66 233 -
CMYK 0.14 0.72 0 0.09
HSL 288.5º 0.79% 0.59% -
HSV(B) 288.5º 0.72% 0.91% -
XYZ 40.74 22.2 79.23 -
YUV 125.4 188.73 181.92 -
System Red Green Blue C M Y K H S L
Decimal 201 66 233 0.14 0.72 0 0.09 288.5 0.79 0.59
Hex C9 42 E9 E 48 0 9 121 4F 3B
Octal 311 102 351 16 110 0 11 441 117 73
Binary 11001001 1000010 11101001 1110 1001000 0 1001 100100001 1001111 111011

Color Harmonies of #C942E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942E9

Black with #C942E9

Text Example


Text Example

White with #C942E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942E9; }

 p { color: rgb(201,66,233); }

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

background-color css

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

 a { background-color: rgb(201,66,233); }

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

border-color css

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

 span { border-color: rgb(201,66,233); }

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