Html Css Color HEX #C249CF Medium Orchid

📋 copy color: '#C249CF'

red 194 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #C249CF

Tints of Medium Orchid #C249CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.4%

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

R = 40.93%
G = 15.4%
B = 43.67%

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

#C249CF (or 0xC249CF) is known color: Medium Orchid. HEX triplet: C2, 49 and CF. RGB value is (194,73,207). Sum of RGB (Red+Green+Blue) = 194+73+207=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #C249CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249CF is #3DB630. Grayscale: #7C7C7C. Windows color (decimal): -4044337 or 13584834. OLE color: 13584834.

HSL color Cylindrical-coordinate representation of color #C249CF: hue angle of 294.18º 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 #C249CF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 73 207 -
CMYK 0.06 0.65 0 0.19
HSL 294.18º 0.58% 0.55% -
HSV(B) 294.18º 0.65% 0.81% -
XYZ 35.89 20.74 61.14 -
YUV 124.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 194 73 207 0.06 0.65 0 0.19 294.18 0.58 0.55
Hex C2 49 CF 6 41 0 13 126 3A 37
Octal 302 111 317 6 101 0 23 446 72 67
Binary 11000010 1001001 11001111 110 1000001 0 10011 100100110 111010 110111

Color Harmonies of #C249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C249CF

Black with #C249CF

Text Example


Text Example

White with #C249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C249CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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