Html Css Color HEX #CF51F1 Medium Orchid

📋 copy color: '#CF51F1'

red 207 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #CF51F1

Tints of Medium Orchid #CF51F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.56%

R = 39.13%
G = 15.31%
B = 45.56%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF51F1 (or 0xCF51F1) is known color: Medium Orchid. HEX triplet: CF, 51 and F1. RGB value is (207,81,241). Sum of RGB (Red+Green+Blue) = 207+81+241=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51F1 is #30AE0E. Grayscale: #888888. Windows color (decimal): -3190287 or 15815119. OLE color: 15815119.

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

Color convert

RGB 207 81 241 -
CMYK 0.14 0.66 0 0.05
HSL 287.25º 0.85% 0.63% -
HSV(B) 287.25º 0.66% 0.95% -
XYZ 44.55 25.5 85.79 -
YUV 136.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 207 81 241 0.14 0.66 0 0.05 287.25 0.85 0.63
Hex CF 51 F1 E 42 0 5 11F 55 3F
Octal 317 121 361 16 102 0 5 437 125 77
Binary 11001111 1010001 11110001 1110 1000010 0 101 100011111 1010101 111111

Color Harmonies of #CF51F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF51F1

Black with #CF51F1

Text Example


Text Example

White with #CF51F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF51F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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