Html Css Color HEX #CF9BFE Mauve

📋 copy color: '#CF9BFE'

red 207 ◦ green 155 ◦ blue 254

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

Shades of Mauve #CF9BFE

Tints of Mauve #CF9BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.16%

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 33.6%
G = 25.16%
B = 41.23%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF9BFE (or 0xCF9BFE) is known color: Mauve. HEX triplet: CF, 9B and FE. RGB value is (207,155,254). Sum of RGB (Red+Green+Blue) = 207+155+254=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFE is #306401. Grayscale: #B5B5B5. Windows color (decimal): -3171330 or 16686031. OLE color: 16686031.

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

Color convert

RGB 207 155 254 -
CMYK 0.19 0.39 0 0.00
HSL 271.52º 0.98% 0.8% -
HSV(B) 271.52º 0.39% 1% -
XYZ 55.34 43.86 99.32 -
YUV 181.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 207 155 254 0.19 0.39 0 0.00 271.52 0.98 0.8
Hex CF 9B FE 13 27 0 0 110 62 50
Octal 317 233 376 23 47 0 0 420 142 120
Binary 11001111 10011011 11111110 10011 100111 0 0 100010000 1100010 1010000

Color Harmonies of #CF9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BFE

Black with #CF9BFE

Text Example


Text Example

White with #CF9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BFE; }

 p { color: rgb(207,155,254); }

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

background-color css

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

 a { background-color: rgb(207,155,254); }

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

border-color css

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

 span { border-color: rgb(207,155,254); }

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