Html Css Color HEX #CC9BFD Mauve

📋 copy color: '#CC9BFD'

red 204 ◦ green 155 ◦ blue 253

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

Shades of Mauve #CC9BFD

Tints of Mauve #CC9BFD

RGB

 RED value IS 204 (80.08% from 255) = 33.33%

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

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

R = 33.33%
G = 25.33%
B = 41.34%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC9BFD (or 0xCC9BFD) is known color: Mauve. HEX triplet: CC, 9B and FD. RGB value is (204,155,253). Sum of RGB (Red+Green+Blue) = 204+155+253=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BFD is #336402. Grayscale: #B4B4B4. Windows color (decimal): -3367939 or 16620492. OLE color: 16620492.

HSL color Cylindrical-coordinate representation of color #CC9BFD: hue angle of 270º 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 #CC9BFD is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 155 253 -
CMYK 0.19 0.39 0 0.01
HSL 270º 0.96% 0.8% -
HSV(B) 270º 0.39% 0.99% -
XYZ 54.35 43.37 98.44 -
YUV 180.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 204 155 253 0.19 0.39 0 0.01 270 0.96 0.8
Hex CC 9B FD 13 27 0 1 10E 60 50
Octal 314 233 375 23 47 0 1 416 140 120
Binary 11001100 10011011 11111101 10011 100111 0 1 100001110 1100000 1010000

Color Harmonies of #CC9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BFD

Black with #CC9BFD

Text Example


Text Example

White with #CC9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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