Html Css Color HEX #CA92FF Mauve

📋 copy color: '#CA92FF'

red 202 ◦ green 146 ◦ blue 255

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

Shades of Mauve #CA92FF

Tints of Mauve #CA92FF

RGB

 RED value IS 202 (79.3% from 255) = 33.5%

 GREEN value IS 146 (57.42% from 255) = 24.21%

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

R = 33.5%
G = 24.21%
B = 42.29%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA92FF (or 0xCA92FF) is known color: Mauve. HEX triplet: CA, 92 and FF. RGB value is (202,146,255). Sum of RGB (Red+Green+Blue) = 202+146+255=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92FF is #356D00. Grayscale: #AEAEAE. Windows color (decimal): -3501313 or 16749258. OLE color: 16749258.

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

Color convert

RGB 202 146 255 -
CMYK 0.21 0.43 0 0
HSL 270.83º 1% 0.79% -
HSV(B) 270.83º 0.43% 1% -
XYZ 52.69 40.33 99.62 -
YUV 175.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 202 146 255 0.21 0.43 0 0 270.83 1 0.79
Hex CA 92 FF 15 2B 0 0 10F 64 4F
Octal 312 222 377 25 53 0 0 417 144 117
Binary 11001010 10010010 11111111 10101 101011 0 0 100001111 1100100 1001111

Color Harmonies of #CA92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA92FF

Black with #CA92FF

Text Example


Text Example

White with #CA92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA92FF; }

 p { color: rgb(202,146,255); }

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

background-color css

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

 a { background-color: rgb(202,146,255); }

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

border-color css

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

 span { border-color: rgb(202,146,255); }

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