Html Css Color HEX #C448E7 Medium Orchid

📋 copy color: '#C448E7'

red 196 ◦ green 72 ◦ blue 231

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

Shades of Medium Orchid #C448E7

Tints of Medium Orchid #C448E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.29%

R = 39.28%
G = 14.43%
B = 46.29%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C448E7 (or 0xC448E7) is known color: Medium Orchid. HEX triplet: C4, 48 and E7. RGB value is (196,72,231). Sum of RGB (Red+Green+Blue) = 196+72+231=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #C448E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448E7 is #3BB718. Grayscale: #7E7E7E. Windows color (decimal): -3913497 or 15157444. OLE color: 15157444.

HSL color Cylindrical-coordinate representation of color #C448E7: hue angle of 286.79º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C448E7 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 72 231 -
CMYK 0.15 0.69 0 0.09
HSL 286.79º 0.77% 0.59% -
HSV(B) 286.79º 0.69% 0.91% -
XYZ 39.51 22.14 77.79 -
YUV 127.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 196 72 231 0.15 0.69 0 0.09 286.79 0.77 0.59
Hex C4 48 E7 F 45 0 9 11F 4D 3B
Octal 304 110 347 17 105 0 11 437 115 73
Binary 11000100 1001000 11100111 1111 1000101 0 1001 100011111 1001101 111011

Color Harmonies of #C448E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448E7

Black with #C448E7

Text Example


Text Example

White with #C448E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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