Html Css Color HEX #CFB0FF Mauve

📋 copy color: '#CFB0FF'

red 207 ◦ green 176 ◦ blue 255

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

Shades of Mauve #CFB0FF

Tints of Mauve #CFB0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.59%

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

R = 32.45%
G = 27.59%
B = 39.97%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFB0FF (or 0xCFB0FF) is known color: Mauve. HEX triplet: CF, B0 and FF. RGB value is (207,176,255). Sum of RGB (Red+Green+Blue) = 207+176+255=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB0FF is #304F00. Grayscale: #C1C1C1. Windows color (decimal): -3165953 or 16756943. OLE color: 16756943.

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

Color convert

RGB 207 176 255 -
CMYK 0.19 0.31 0 0
HSL 263.54º 1% 0.85% -
HSV(B) 263.54º 0.31% 1% -
XYZ 59.31 51.54 101.43 -
YUV 194.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 207 176 255 0.19 0.31 0 0 263.54 1 0.85
Hex CF B0 FF 13 1F 0 0 108 64 55
Octal 317 260 377 23 37 0 0 410 144 125
Binary 11001111 10110000 11111111 10011 11111 0 0 100001000 1100100 1010101

Color Harmonies of #CFB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0FF

Black with #CFB0FF

Text Example


Text Example

White with #CFB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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