Html Css Color HEX #CF9BFD Mauve

📋 copy color: '#CF9BFD'

red 207 ◦ green 155 ◦ blue 253

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

Shades of Mauve #CF9BFD

Tints of Mauve #CF9BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 33.66%
G = 25.2%
B = 41.14%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF9BFD (or 0xCF9BFD) is known color: Mauve. HEX triplet: CF, 9B and FD. RGB value is (207,155,253). Sum of RGB (Red+Green+Blue) = 207+155+253=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFD is #306402. Grayscale: #B5B5B5. Windows color (decimal): -3171331 or 16620495. OLE color: 16620495.

HSL color Cylindrical-coordinate representation of color #CF9BFD: hue angle of 271.84º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF9BFD is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 155 253 -
CMYK 0.18 0.39 0 0.01
HSL 271.84º 0.96% 0.8% -
HSV(B) 271.84º 0.39% 0.99% -
XYZ 55.18 43.8 98.47 -
YUV 181.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 207 155 253 0.18 0.39 0 0.01 271.84 0.96 0.8
Hex CF 9B FD 12 27 0 1 110 60 50
Octal 317 233 375 22 47 0 1 420 140 120
Binary 11001111 10011011 11111101 10010 100111 0 1 100010000 1100000 1010000

Color Harmonies of #CF9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BFD

Black with #CF9BFD

Text Example


Text Example

White with #CF9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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