Html Css Color HEX #CF49EF Medium Orchid

📋 copy color: '#CF49EF'

red 207 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #CF49EF

Tints of Medium Orchid #CF49EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 39.88%
G = 14.07%
B = 46.05%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF49EF (or 0xCF49EF) is known color: Medium Orchid. HEX triplet: CF, 49 and EF. RGB value is (207,73,239). Sum of RGB (Red+Green+Blue) = 207+73+239=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49EF is #30B610. Grayscale: #838383. Windows color (decimal): -3192337 or 15681999. OLE color: 15681999.

HSL color Cylindrical-coordinate representation of color #CF49EF: hue angle of 288.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF49EF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 73 239 -
CMYK 0.13 0.69 0 0.06
HSL 288.43º 0.84% 0.61% -
HSV(B) 288.43º 0.69% 0.94% -
XYZ 43.69 24.26 84.04 -
YUV 131.99 188.39 181.5 -
System Red Green Blue C M Y K H S L
Decimal 207 73 239 0.13 0.69 0 0.06 288.43 0.84 0.61
Hex CF 49 EF D 45 0 6 120 54 3D
Octal 317 111 357 15 105 0 6 440 124 75
Binary 11001111 1001001 11101111 1101 1000101 0 110 100100000 1010100 111101

Color Harmonies of #CF49EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49EF

Black with #CF49EF

Text Example


Text Example

White with #CF49EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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