Html Css Color HEX #C942FC Medium Orchid

📋 copy color: '#C942FC'

red 201 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #C942FC

Tints of Medium Orchid #C942FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 38.73%
G = 12.72%
B = 48.55%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C942FC (or 0xC942FC) is known color: Medium Orchid. HEX triplet: C9, 42 and FC. RGB value is (201,66,252). Sum of RGB (Red+Green+Blue) = 201+66+252=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #C942FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942FC is #36BD03. Grayscale: #7E7E7E. Windows color (decimal): -3587332 or 16532169. OLE color: 16532169.

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

Color convert

RGB 201 66 252 -
CMYK 0.20 0.74 0 0.01
HSL 283.55º 0.97% 0.62% -
HSV(B) 283.55º 0.74% 0.99% -
XYZ 43.61 23.34 94.3 -
YUV 127.57 198.23 180.38 -
System Red Green Blue C M Y K H S L
Decimal 201 66 252 0.20 0.74 0 0.01 283.55 0.97 0.62
Hex C9 42 FC 14 4A 0 1 11C 61 3E
Octal 311 102 374 24 112 0 1 434 141 76
Binary 11001001 1000010 11111100 10100 1001010 0 1 100011100 1100001 111110

Color Harmonies of #C942FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942FC

Black with #C942FC

Text Example


Text Example

White with #C942FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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