Html Css Color HEX #C248D0 Medium Orchid

📋 copy color: '#C248D0'

red 194 ◦ green 72 ◦ blue 208

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

Shades of Medium Orchid #C248D0

Tints of Medium Orchid #C248D0

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

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

 BLUE value IS 208 (81.64% from 255) = 43.88%

R = 40.93%
G = 15.19%
B = 43.88%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C248D0 (or 0xC248D0) is known color: Medium Orchid. HEX triplet: C2, 48 and D0. RGB value is (194,72,208). Sum of RGB (Red+Green+Blue) = 194+72+208=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #C248D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248D0 is #3DB72F. Grayscale: #7B7B7B. Windows color (decimal): -4044592 or 13650114. OLE color: 13650114.

HSL color Cylindrical-coordinate representation of color #C248D0: hue angle of 293.82º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C248D0 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 72 208 -
CMYK 0.07 0.65 0 0.18
HSL 293.82º 0.59% 0.55% -
HSV(B) 293.82º 0.65% 0.82% -
XYZ 35.95 20.66 61.77 -
YUV 123.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 194 72 208 0.07 0.65 0 0.18 293.82 0.59 0.55
Hex C2 48 D0 7 41 0 12 126 3B 37
Octal 302 110 320 7 101 0 22 446 73 67
Binary 11000010 1001000 11010000 111 1000001 0 10010 100100110 111011 110111

Color Harmonies of #C248D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248D0

Black with #C248D0

Text Example


Text Example

White with #C248D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248D0; }

 p { color: rgb(194,72,208); }

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

background-color css

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

 a { background-color: rgb(194,72,208); }

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

border-color css

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

 span { border-color: rgb(194,72,208); }

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