Html Css Color HEX #C942EA Medium Orchid

📋 copy color: '#C942EA'

red 201 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #C942EA

Tints of Medium Orchid #C942EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 40.12%
G = 13.17%
B = 46.71%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C942EA (or 0xC942EA) is known color: Medium Orchid. HEX triplet: C9, 42 and EA. RGB value is (201,66,234). Sum of RGB (Red+Green+Blue) = 201+66+234=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #C942EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942EA is #36BD15. Grayscale: #7C7C7C. Windows color (decimal): -3587350 or 15352521. OLE color: 15352521.

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

Color convert

RGB 201 66 234 -
CMYK 0.14 0.72 0 0.08
HSL 288.21º 0.8% 0.59% -
HSV(B) 288.21º 0.72% 0.92% -
XYZ 40.89 22.25 79.98 -
YUV 125.52 189.23 181.84 -
System Red Green Blue C M Y K H S L
Decimal 201 66 234 0.14 0.72 0 0.08 288.21 0.8 0.59
Hex C9 42 EA E 48 0 8 120 50 3B
Octal 311 102 352 16 110 0 10 440 120 73
Binary 11001001 1000010 11101010 1110 1001000 0 1000 100100000 1010000 111011

Color Harmonies of #C942EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942EA

Black with #C942EA

Text Example


Text Example

White with #C942EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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