Html Css Color HEX #CF9CFB Mauve

📋 copy color: '#CF9CFB'

red 207 ◦ green 156 ◦ blue 251

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

Shades of Mauve #CF9CFB

Tints of Mauve #CF9CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.41%

 BLUE value IS 251 (98.44% from 255) = 40.88%

R = 33.71%
G = 25.41%
B = 40.88%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF9CFB (or 0xCF9CFB) is known color: Mauve. HEX triplet: CF, 9C and FB. RGB value is (207,156,251). Sum of RGB (Red+Green+Blue) = 207+156+251=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CFB is #306304. Grayscale: #B5B5B5. Windows color (decimal): -3171077 or 16489679. OLE color: 16489679.

HSL color Cylindrical-coordinate representation of color #CF9CFB: hue angle of 272.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9CFB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 156 251 -
CMYK 0.18 0.38 0 0.02
HSL 272.21º 0.92% 0.8% -
HSV(B) 272.21º 0.38% 0.98% -
XYZ 55.03 44.01 96.86 -
YUV 182.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 207 156 251 0.18 0.38 0 0.02 272.21 0.92 0.8
Hex CF 9C FB 12 26 0 2 110 5C 50
Octal 317 234 373 22 46 0 2 420 134 120
Binary 11001111 10011100 11111011 10010 100110 0 10 100010000 1011100 1010000

Color Harmonies of #CF9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9CFB

Black with #CF9CFB

Text Example


Text Example

White with #CF9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9CFB; }

 p { color: rgb(207,156,251); }

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

background-color css

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

 a { background-color: rgb(207,156,251); }

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

border-color css

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

 span { border-color: rgb(207,156,251); }

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