Html Css Color HEX #C444FD Medium Orchid

📋 copy color: '#C444FD'

red 196 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #C444FD

Tints of Medium Orchid #C444FD

RGB

 RED value IS 196 (76.95% from 255) = 37.91%

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

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

R = 37.91%
G = 13.15%
B = 48.94%

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

#C444FD (or 0xC444FD) is known color: Medium Orchid. HEX triplet: C4, 44 and FD. RGB value is (196,68,253). Sum of RGB (Red+Green+Blue) = 196+68+253=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 68 (26.95% from 255 or 13.15% 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 #C444FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C444FD is #3BBB02. Grayscale: #7E7E7E. Windows color (decimal): -3914499 or 16598212. OLE color: 16598212.

HSL color Cylindrical-coordinate representation of color #C444FD: hue angle of 281.51º 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 #C444FD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 68 253 -
CMYK 0.23 0.73 0 0.01
HSL 281.51º 0.98% 0.63% -
HSV(B) 281.51º 0.73% 0.99% -
XYZ 42.56 22.96 95.12 -
YUV 127.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 196 68 253 0.23 0.73 0 0.01 281.51 0.98 0.63
Hex C4 44 FD 17 49 0 1 11A 62 3F
Octal 304 104 375 27 111 0 1 432 142 77
Binary 11000100 1000100 11111101 10111 1001001 0 1 100011010 1100010 111111

Color Harmonies of #C444FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444FD

Black with #C444FD

Text Example


Text Example

White with #C444FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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