Html Css Color HEX #C942E5 Medium Orchid

📋 copy color: '#C942E5'

red 201 ◦ green 66 ◦ blue 229

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

Shades of Medium Orchid #C942E5

Tints of Medium Orchid #C942E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 40.52%
G = 13.31%
B = 46.17%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C942E5 (or 0xC942E5) is known color: Medium Orchid. HEX triplet: C9, 42 and E5. RGB value is (201,66,229). Sum of RGB (Red+Green+Blue) = 201+66+229=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #C942E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942E5 is #36BD1A. Grayscale: #7C7C7C. Windows color (decimal): -3587355 or 15024841. OLE color: 15024841.

HSL color Cylindrical-coordinate representation of color #C942E5: hue angle of 289.69º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C942E5 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 66 229 -
CMYK 0.12 0.71 0 0.10
HSL 289.69º 0.76% 0.58% -
HSV(B) 289.69º 0.71% 0.9% -
XYZ 40.18 21.97 76.25 -
YUV 124.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 201 66 229 0.12 0.71 0 0.10 289.69 0.76 0.58
Hex C9 42 E5 C 47 0 A 122 4C 3A
Octal 311 102 345 14 107 0 12 442 114 72
Binary 11001001 1000010 11100101 1100 1000111 0 1010 100100010 1001100 111010

Color Harmonies of #C942E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942E5

Black with #C942E5

Text Example


Text Example

White with #C942E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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