Html Css Color HEX #C748FE Medium Orchid

📋 copy color: '#C748FE'

red 199 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #C748FE

Tints of Medium Orchid #C748FE

RGB

 RED value IS 199 (78.13% from 255) = 37.9%

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 37.9%
G = 13.71%
B = 48.38%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C748FE (or 0xC748FE) is known color: Medium Orchid. HEX triplet: C7, 48 and FE. RGB value is (199,72,254). Sum of RGB (Red+Green+Blue) = 199+72+254=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C748FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C748FE is #38B701. Grayscale: #828282. Windows color (decimal): -3716866 or 16664775. OLE color: 16664775.

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

Color convert

RGB 199 72 254 -
CMYK 0.22 0.72 0 0.00
HSL 281.87º 0.99% 0.64% -
HSV(B) 281.87º 0.72% 1% -
XYZ 43.76 23.93 96.08 -
YUV 130.72 197.58 176.7 -
System Red Green Blue C M Y K H S L
Decimal 199 72 254 0.22 0.72 0 0.00 281.87 0.99 0.64
Hex C7 48 FE 16 48 0 0 11A 63 40
Octal 307 110 376 26 110 0 0 432 143 100
Binary 11000111 1001000 11111110 10110 1001000 0 0 100011010 1100011 1000000

Color Harmonies of #C748FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748FE

Black with #C748FE

Text Example


Text Example

White with #C748FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748FE; }

 p { color: rgb(199,72,254); }

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

background-color css

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

 a { background-color: rgb(199,72,254); }

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

border-color css

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

 span { border-color: rgb(199,72,254); }

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