Html Css Color HEX #CF93FB Mauve

📋 copy color: '#CF93FB'

red 207 ◦ green 147 ◦ blue 251

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

Shades of Mauve #CF93FB

Tints of Mauve #CF93FB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.3%

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

R = 34.21%
G = 24.3%
B = 41.49%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF93FB (or 0xCF93FB) is known color: Mauve. HEX triplet: CF, 93 and FB. RGB value is (207,147,251). Sum of RGB (Red+Green+Blue) = 207+147+251=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93FB is #306C04. Grayscale: #B0B0B0. Windows color (decimal): -3173381 or 16487375. OLE color: 16487375.

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

Color convert

RGB 207 147 251 -
CMYK 0.18 0.41 0 0.02
HSL 274.62º 0.93% 0.78% -
HSV(B) 274.62º 0.41% 0.98% -
XYZ 53.58 41.1 96.38 -
YUV 176.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 207 147 251 0.18 0.41 0 0.02 274.62 0.93 0.78
Hex CF 93 FB 12 29 0 2 113 5D 4E
Octal 317 223 373 22 51 0 2 423 135 116
Binary 11001111 10010011 11111011 10010 101001 0 10 100010011 1011101 1001110

Color Harmonies of #CF93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93FB

Black with #CF93FB

Text Example


Text Example

White with #CF93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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