Html Css Color HEX #C244FD Medium Orchid

📋 copy color: '#C244FD'

red 194 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #C244FD

Tints of Medium Orchid #C244FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.2%

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

R = 37.67%
G = 13.2%
B = 49.13%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C244FD (or 0xC244FD) is known color: Medium Orchid. HEX triplet: C2, 44 and FD. RGB value is (194,68,253). Sum of RGB (Red+Green+Blue) = 194+68+253=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #C244FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244FD is #3DBB02. Grayscale: #7E7E7E. Windows color (decimal): -4045571 or 16598210. OLE color: 16598210.

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

Color convert

RGB 194 68 253 -
CMYK 0.23 0.73 0 0.01
HSL 280.86º 0.98% 0.63% -
HSV(B) 280.86º 0.73% 0.99% -
XYZ 42.04 22.7 95.09 -
YUV 126.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 194 68 253 0.23 0.73 0 0.01 280.86 0.98 0.63
Hex C2 44 FD 17 49 0 1 119 62 3F
Octal 302 104 375 27 111 0 1 431 142 77
Binary 11000010 1000100 11111101 10111 1001001 0 1 100011001 1100010 111111

Color Harmonies of #C244FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244FD

Black with #C244FD

Text Example


Text Example

White with #C244FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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