Html Css Color HEX #CF50F0 Medium Orchid

📋 copy color: '#CF50F0'

red 207 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #CF50F0

Tints of Medium Orchid #CF50F0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.18%

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

R = 39.28%
G = 15.18%
B = 45.54%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF50F0 (or 0xCF50F0) is known color: Medium Orchid. HEX triplet: CF, 50 and F0. RGB value is (207,80,240). Sum of RGB (Red+Green+Blue) = 207+80+240=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF50F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50F0 is #30AF0F. Grayscale: #878787. Windows color (decimal): -3190544 or 15749327. OLE color: 15749327.

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

Color convert

RGB 207 80 240 -
CMYK 0.14 0.67 0 0.06
HSL 287.63º 0.84% 0.63% -
HSV(B) 287.63º 0.67% 0.94% -
XYZ 44.33 25.29 84.98 -
YUV 136.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 207 80 240 0.14 0.67 0 0.06 287.63 0.84 0.63
Hex CF 50 F0 E 43 0 6 120 54 3F
Octal 317 120 360 16 103 0 6 440 124 77
Binary 11001111 1010000 11110000 1110 1000011 0 110 100100000 1010100 111111

Color Harmonies of #CF50F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF50F0

Black with #CF50F0

Text Example


Text Example

White with #CF50F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF50F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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