Html Css Color HEX #CF49F2 Medium Orchid

📋 copy color: '#CF49F2'

red 207 ◦ green 73 ◦ blue 242

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

Shades of Medium Orchid #CF49F2

Tints of Medium Orchid #CF49F2

RGB

 RED value IS 207 (81.25% from 255) = 39.66%

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

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 39.66%
G = 13.98%
B = 46.36%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF49F2 (or 0xCF49F2) is known color: Medium Orchid. HEX triplet: CF, 49 and F2. RGB value is (207,73,242). Sum of RGB (Red+Green+Blue) = 207+73+242=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF49F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49F2 is #30B60D. Grayscale: #838383. Windows color (decimal): -3192334 or 15878607. OLE color: 15878607.

HSL color Cylindrical-coordinate representation of color #CF49F2: hue angle of 287.57º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF49F2 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 73 242 -
CMYK 0.14 0.70 0 0.05
HSL 287.57º 0.87% 0.62% -
HSV(B) 287.57º 0.7% 0.95% -
XYZ 44.14 24.44 86.4 -
YUV 132.33 189.89 181.26 -
System Red Green Blue C M Y K H S L
Decimal 207 73 242 0.14 0.70 0 0.05 287.57 0.87 0.62
Hex CF 49 F2 E 46 0 5 120 57 3E
Octal 317 111 362 16 106 0 5 440 127 76
Binary 11001111 1001001 11110010 1110 1000110 0 101 100100000 1010111 111110

Color Harmonies of #CF49F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49F2

Black with #CF49F2

Text Example


Text Example

White with #CF49F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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