Html Css Color HEX #CF9EFF Mauve

📋 copy color: '#CF9EFF'

red 207 ◦ green 158 ◦ blue 255

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

Shades of Mauve #CF9EFF

Tints of Mauve #CF9EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.48%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 33.39%
G = 25.48%
B = 41.13%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF9EFF (or 0xCF9EFF) is known color: Mauve. HEX triplet: CF, 9E and FF. RGB value is (207,158,255). Sum of RGB (Red+Green+Blue) = 207+158+255=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EFF is #306100. Grayscale: #B7B7B7. Windows color (decimal): -3170561 or 16752335. OLE color: 16752335.

HSL color Cylindrical-coordinate representation of color #CF9EFF: hue angle of 270.31º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9EFF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 207 158 255 -
CMYK 0.19 0.38 0 0
HSL 270.31º 1% 0.81% -
HSV(B) 270.31º 0.38% 1% -
XYZ 56.01 44.94 100.33 -
YUV 183.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 207 158 255 0.19 0.38 0 0 270.31 1 0.81
Hex CF 9E FF 13 26 0 0 10E 64 51
Octal 317 236 377 23 46 0 0 416 144 121
Binary 11001111 10011110 11111111 10011 100110 0 0 100001110 1100100 1010001

Color Harmonies of #CF9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EFF

Black with #CF9EFF

Text Example


Text Example

White with #CF9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EFF; }

 p { color: rgb(207,158,255); }

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

background-color css

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

 a { background-color: rgb(207,158,255); }

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

border-color css

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

 span { border-color: rgb(207,158,255); }

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