Html Css Color HEX #C248CF Medium Orchid

📋 copy color: '#C248CF'

red 194 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #C248CF

Tints of Medium Orchid #C248CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 41.01%
G = 15.22%
B = 43.76%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C248CF (or 0xC248CF) is known color: Medium Orchid. HEX triplet: C2, 48 and CF. RGB value is (194,72,207). Sum of RGB (Red+Green+Blue) = 194+72+207=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C248CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248CF is #3DB730. Grayscale: #7B7B7B. Windows color (decimal): -4044593 or 13584578. OLE color: 13584578.

HSL color Cylindrical-coordinate representation of color #C248CF: hue angle of 294.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C248CF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 72 207 -
CMYK 0.06 0.65 0 0.19
HSL 294.22º 0.58% 0.55% -
HSV(B) 294.22º 0.65% 0.81% -
XYZ 35.83 20.61 61.12 -
YUV 123.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 194 72 207 0.06 0.65 0 0.19 294.22 0.58 0.55
Hex C2 48 CF 6 41 0 13 126 3A 37
Octal 302 110 317 6 101 0 23 446 72 67
Binary 11000010 1001000 11001111 110 1000001 0 10011 100100110 111010 110111

Color Harmonies of #C248CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248CF

Black with #C248CF

Text Example


Text Example

White with #C248CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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