Html Css Color HEX #CF93FE Mauve

📋 copy color: '#CF93FE'

red 207 ◦ green 147 ◦ blue 254

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

Shades of Mauve #CF93FE

Tints of Mauve #CF93FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 34.05%
G = 24.18%
B = 41.78%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF93FE (or 0xCF93FE) is known color: Mauve. HEX triplet: CF, 93 and FE. RGB value is (207,147,254). Sum of RGB (Red+Green+Blue) = 207+147+254=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF93FE is #306C01. Grayscale: #B0B0B0. Windows color (decimal): -3173378 or 16683983. OLE color: 16683983.

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

Color convert

RGB 207 147 254 -
CMYK 0.19 0.42 0 0.00
HSL 273.64º 0.98% 0.79% -
HSV(B) 273.64º 0.42% 1% -
XYZ 54.06 41.29 98.89 -
YUV 177.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 207 147 254 0.19 0.42 0 0.00 273.64 0.98 0.79
Hex CF 93 FE 13 2A 0 0 112 62 4F
Octal 317 223 376 23 52 0 0 422 142 117
Binary 11001111 10010011 11111110 10011 101010 0 0 100010010 1100010 1001111

Color Harmonies of #CF93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93FE

Black with #CF93FE

Text Example


Text Example

White with #CF93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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