Html Css Color HEX #CF56F0 Medium Orchid

📋 copy color: '#CF56F0'

red 207 ◦ green 86 ◦ blue 240

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

Shades of Medium Orchid #CF56F0

Tints of Medium Orchid #CF56F0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.14%

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 38.84%
G = 16.14%
B = 45.03%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF56F0 (or 0xCF56F0) is known color: Medium Orchid. HEX triplet: CF, 56 and F0. RGB value is (207,86,240). Sum of RGB (Red+Green+Blue) = 207+86+240=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF56F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56F0 is #30A90F. Grayscale: #8B8B8B. Windows color (decimal): -3189008 or 15750863. OLE color: 15750863.

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

Color convert

RGB 207 86 240 -
CMYK 0.14 0.64 0 0.06
HSL 287.14º 0.84% 0.64% -
HSV(B) 287.14º 0.64% 0.94% -
XYZ 44.79 26.21 85.14 -
YUV 139.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 207 86 240 0.14 0.64 0 0.06 287.14 0.84 0.64
Hex CF 56 F0 E 40 0 6 11F 54 40
Octal 317 126 360 16 100 0 6 437 124 100
Binary 11001111 1010110 11110000 1110 1000000 0 110 100011111 1010100 1000000

Color Harmonies of #CF56F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56F0

Black with #CF56F0

Text Example


Text Example

White with #CF56F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56F0; }

 p { color: rgb(207,86,240); }

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

background-color css

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

 a { background-color: rgb(207,86,240); }

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

border-color css

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

 span { border-color: rgb(207,86,240); }

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