Html Css Color HEX #C246FD Medium Orchid

📋 copy color: '#C246FD'

red 194 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #C246FD

Tints of Medium Orchid #C246FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.54%

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

R = 37.52%
G = 13.54%
B = 48.94%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C246FD (or 0xC246FD) is known color: Medium Orchid. HEX triplet: C2, 46 and FD. RGB value is (194,70,253). Sum of RGB (Red+Green+Blue) = 194+70+253=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #C246FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246FD is #3DB902. Grayscale: #7F7F7F. Windows color (decimal): -4045059 or 16598722. OLE color: 16598722.

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

Color convert

RGB 194 70 253 -
CMYK 0.23 0.72 0 0.01
HSL 280.66º 0.98% 0.63% -
HSV(B) 280.66º 0.72% 0.99% -
XYZ 42.17 22.94 95.13 -
YUV 127.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 194 70 253 0.23 0.72 0 0.01 280.66 0.98 0.63
Hex C2 46 FD 17 48 0 1 119 62 3F
Octal 302 106 375 27 110 0 1 431 142 77
Binary 11000010 1000110 11111101 10111 1001000 0 1 100011001 1100010 111111

Color Harmonies of #C246FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246FD

Black with #C246FD

Text Example


Text Example

White with #C246FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246FD; }

 p { color: rgb(194,70,253); }

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

background-color css

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

 a { background-color: rgb(194,70,253); }

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

border-color css

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

 span { border-color: rgb(194,70,253); }

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