Html Css Color HEX #C940F2 Medium Orchid

📋 copy color: '#C940F2'

red 201 ◦ green 64 ◦ blue 242

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

Shades of Medium Orchid #C940F2

Tints of Medium Orchid #C940F2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.62%

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 39.64%
G = 12.62%
B = 47.73%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C940F2 (or 0xC940F2) is known color: Medium Orchid. HEX triplet: C9, 40 and F2. RGB value is (201,64,242). Sum of RGB (Red+Green+Blue) = 201+64+242=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #C940F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940F2 is #36BF0D. Grayscale: #7C7C7C. Windows color (decimal): -3587854 or 15876297. OLE color: 15876297.

HSL color Cylindrical-coordinate representation of color #C940F2: hue angle of 286.18º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C940F2 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 64 242 -
CMYK 0.17 0.74 0 0.05
HSL 286.18º 0.87% 0.6% -
HSV(B) 286.18º 0.74% 0.95% -
XYZ 41.95 22.5 86.14 -
YUV 125.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 201 64 242 0.17 0.74 0 0.05 286.18 0.87 0.6
Hex C9 40 F2 11 4A 0 5 11E 57 3C
Octal 311 100 362 21 112 0 5 436 127 74
Binary 11001001 1000000 11110010 10001 1001010 0 101 100011110 1010111 111100

Color Harmonies of #C940F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940F2

Black with #C940F2

Text Example


Text Example

White with #C940F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940F2; }

 p { color: rgb(201,64,242); }

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

background-color css

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

 a { background-color: rgb(201,64,242); }

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

border-color css

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

 span { border-color: rgb(201,64,242); }

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