Html Css Color HEX #C148DE Medium Orchid

📋 copy color: '#C148DE'

red 193 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #C148DE

Tints of Medium Orchid #C148DE

RGB

 RED value IS 193 (75.78% from 255) = 39.63%

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

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

R = 39.63%
G = 14.78%
B = 45.59%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C148DE (or 0xC148DE) is known color: Medium Orchid. HEX triplet: C1, 48 and DE. RGB value is (193,72,222). Sum of RGB (Red+Green+Blue) = 193+72+222=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #C148DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148DE is #3EB721. Grayscale: #7C7C7C. Windows color (decimal): -4110114 or 14567617. OLE color: 14567617.

HSL color Cylindrical-coordinate representation of color #C148DE: hue angle of 288.4º 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 #C148DE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 72 222 -
CMYK 0.13 0.68 0 0.13
HSL 288.4º 0.69% 0.58% -
HSV(B) 288.4º 0.68% 0.87% -
XYZ 37.49 21.25 71.23 -
YUV 125.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 193 72 222 0.13 0.68 0 0.13 288.4 0.69 0.58
Hex C1 48 DE D 44 0 D 120 45 3A
Octal 301 110 336 15 104 0 15 440 105 72
Binary 11000001 1001000 11011110 1101 1000100 0 1101 100100000 1000101 111010

Color Harmonies of #C148DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148DE

Black with #C148DE

Text Example


Text Example

White with #C148DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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