Html Css Color HEX #C448FD Medium Orchid

📋 copy color: '#C448FD'

red 196 ◦ green 72 ◦ blue 253

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

Shades of Medium Orchid #C448FD

Tints of Medium Orchid #C448FD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.82%

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

R = 37.62%
G = 13.82%
B = 48.56%

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

#C448FD (or 0xC448FD) is known color: Medium Orchid. HEX triplet: C4, 48 and FD. RGB value is (196,72,253). Sum of RGB (Red+Green+Blue) = 196+72+253=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #C448FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448FD is #3BB702. Grayscale: #818181. Windows color (decimal): -3913475 or 16599236. OLE color: 16599236.

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

Color convert

RGB 196 72 253 -
CMYK 0.23 0.72 0 0.01
HSL 281.11º 0.98% 0.64% -
HSV(B) 281.11º 0.72% 0.99% -
XYZ 42.81 23.46 95.2 -
YUV 129.71 197.58 175.28 -
System Red Green Blue C M Y K H S L
Decimal 196 72 253 0.23 0.72 0 0.01 281.11 0.98 0.64
Hex C4 48 FD 17 48 0 1 119 62 40
Octal 304 110 375 27 110 0 1 431 142 100
Binary 11000100 1001000 11111101 10111 1001000 0 1 100011001 1100010 1000000

Color Harmonies of #C448FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448FD

Black with #C448FD

Text Example


Text Example

White with #C448FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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