Html Css Color HEX #CF51F0 Medium Orchid

📋 copy color: '#CF51F0'

red 207 ◦ green 81 ◦ blue 240

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

Shades of Medium Orchid #CF51F0

Tints of Medium Orchid #CF51F0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.34%

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

R = 39.2%
G = 15.34%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF51F0 (or 0xCF51F0) is known color: Medium Orchid. HEX triplet: CF, 51 and F0. RGB value is (207,81,240). Sum of RGB (Red+Green+Blue) = 207+81+240=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF51F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51F0 is #30AE0F. Grayscale: #888888. Windows color (decimal): -3190288 or 15749583. OLE color: 15749583.

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

Color convert

RGB 207 81 240 -
CMYK 0.14 0.66 0 0.06
HSL 287.55º 0.84% 0.63% -
HSV(B) 287.55º 0.66% 0.94% -
XYZ 44.4 25.44 85.01 -
YUV 136.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 207 81 240 0.14 0.66 0 0.06 287.55 0.84 0.63
Hex CF 51 F0 E 42 0 6 120 54 3F
Octal 317 121 360 16 102 0 6 440 124 77
Binary 11001111 1010001 11110000 1110 1000010 0 110 100100000 1010100 111111

Color Harmonies of #CF51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF51F0

Black with #CF51F0

Text Example


Text Example

White with #CF51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF51F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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