Html Css Color HEX #C748DE Medium Orchid

📋 copy color: '#C748DE'

red 199 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #C748DE

Tints of Medium Orchid #C748DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 40.37%
G = 14.6%
B = 45.03%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C748DE (or 0xC748DE) is known color: Medium Orchid. HEX triplet: C7, 48 and DE. RGB value is (199,72,222). Sum of RGB (Red+Green+Blue) = 199+72+222=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #C748DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748DE is #38B721. Grayscale: #7E7E7E. Windows color (decimal): -3716898 or 14567623. OLE color: 14567623.

HSL color Cylindrical-coordinate representation of color #C748DE: hue angle of 290.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C748DE is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 72 222 -
CMYK 0.10 0.68 0 0.13
HSL 290.8º 0.69% 0.58% -
HSV(B) 290.8º 0.68% 0.87% -
XYZ 39.06 22.05 71.31 -
YUV 127.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 199 72 222 0.10 0.68 0 0.13 290.8 0.69 0.58
Hex C7 48 DE A 44 0 D 123 45 3A
Octal 307 110 336 12 104 0 15 443 105 72
Binary 11000111 1001000 11011110 1010 1000100 0 1101 100100011 1000101 111010

Color Harmonies of #C748DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C748DE

Black with #C748DE

Text Example


Text Example

White with #C748DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C748DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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