Html Css Color HEX #C942FD Medium Orchid

📋 copy color: '#C942FD'

red 201 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #C942FD

Tints of Medium Orchid #C942FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 38.65%
G = 12.69%
B = 48.65%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C942FD (or 0xC942FD) is known color: Medium Orchid. HEX triplet: C9, 42 and FD. RGB value is (201,66,253). Sum of RGB (Red+Green+Blue) = 201+66+253=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #C942FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942FD is #36BD02. Grayscale: #7F7F7F. Windows color (decimal): -3587331 or 16597705. OLE color: 16597705.

HSL color Cylindrical-coordinate representation of color #C942FD: hue angle of 283.32º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C942FD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 66 253 -
CMYK 0.21 0.74 0 0.01
HSL 283.32º 0.98% 0.63% -
HSV(B) 283.32º 0.74% 0.99% -
XYZ 43.77 23.41 95.14 -
YUV 127.68 198.73 180.29 -
System Red Green Blue C M Y K H S L
Decimal 201 66 253 0.21 0.74 0 0.01 283.32 0.98 0.63
Hex C9 42 FD 15 4A 0 1 11B 62 3F
Octal 311 102 375 25 112 0 1 433 142 77
Binary 11001001 1000010 11111101 10101 1001010 0 1 100011011 1100010 111111

Color Harmonies of #C942FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942FD

Black with #C942FD

Text Example


Text Example

White with #C942FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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