Html Css Color HEX #CF90FF Mauve

📋 copy color: '#CF90FF'

red 207 ◦ green 144 ◦ blue 255

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

Shades of Mauve #CF90FF

Tints of Mauve #CF90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.76%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 34.16%
G = 23.76%
B = 42.08%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF90FF (or 0xCF90FF) is known color: Mauve. HEX triplet: CF, 90 and FF. RGB value is (207,144,255). Sum of RGB (Red+Green+Blue) = 207+144+255=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90FF is #306F00. Grayscale: #AFAFAF. Windows color (decimal): -3174145 or 16748751. OLE color: 16748751.

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

Color convert

RGB 207 144 255 -
CMYK 0.19 0.44 0 0
HSL 274.05º 1% 0.78% -
HSV(B) 274.05º 0.44% 1% -
XYZ 53.76 40.43 99.58 -
YUV 175.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 207 144 255 0.19 0.44 0 0 274.05 1 0.78
Hex CF 90 FF 13 2C 0 0 112 64 4E
Octal 317 220 377 23 54 0 0 422 144 116
Binary 11001111 10010000 11111111 10011 101100 0 0 100010010 1100100 1001110

Color Harmonies of #CF90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF90FF

Black with #CF90FF

Text Example


Text Example

White with #CF90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF90FF; }

 p { color: rgb(207,144,255); }

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

background-color css

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

 a { background-color: rgb(207,144,255); }

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

border-color css

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

 span { border-color: rgb(207,144,255); }

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