Html Css Color HEX #C240FC Medium Orchid

📋 copy color: '#C240FC'

red 194 ◦ green 64 ◦ blue 252

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

Shades of Medium Orchid #C240FC

Tints of Medium Orchid #C240FC

RGB

 RED value IS 194 (76.17% from 255) = 38.04%

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

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

R = 38.04%
G = 12.55%
B = 49.41%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C240FC (or 0xC240FC) is known color: Medium Orchid. HEX triplet: C2, 40 and FC. RGB value is (194,64,252). Sum of RGB (Red+Green+Blue) = 194+64+252=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C240FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C240FC is #3DBF03. Grayscale: #7B7B7B. Windows color (decimal): -4046596 or 16531650. OLE color: 16531650.

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

Color convert

RGB 194 64 252 -
CMYK 0.23 0.75 0 0.01
HSL 281.49º 0.97% 0.62% -
HSV(B) 281.49º 0.75% 0.99% -
XYZ 41.65 22.16 94.18 -
YUV 124.3 200.07 177.71 -
System Red Green Blue C M Y K H S L
Decimal 194 64 252 0.23 0.75 0 0.01 281.49 0.97 0.62
Hex C2 40 FC 17 4B 0 1 119 61 3E
Octal 302 100 374 27 113 0 1 431 141 76
Binary 11000010 1000000 11111100 10111 1001011 0 1 100011001 1100001 111110

Color Harmonies of #C240FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240FC

Black with #C240FC

Text Example


Text Example

White with #C240FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240FC; }

 p { color: rgb(194,64,252); }

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

background-color css

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

 a { background-color: rgb(194,64,252); }

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

border-color css

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

 span { border-color: rgb(194,64,252); }

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