Html Css Color HEX #CA99F2 Wisteria

📋 copy color: '#CA99F2'

red 202 ◦ green 153 ◦ blue 242

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

Shades of Wisteria #CA99F2

Tints of Wisteria #CA99F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.63%

 BLUE value IS 242 (94.92% from 255) = 40.54%

R = 33.84%
G = 25.63%
B = 40.54%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA99F2 (or 0xCA99F2) is known color: Wisteria. HEX triplet: CA, 99 and F2. RGB value is (202,153,242). Sum of RGB (Red+Green+Blue) = 202+153+242=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99F2 is #35660D. Grayscale: #B1B1B1. Windows color (decimal): -3499534 or 15899082. OLE color: 15899082.

HSL color Cylindrical-coordinate representation of color #CA99F2: hue angle of 273.03º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA99F2 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 153 242 -
CMYK 0.17 0.37 0 0.05
HSL 273.03º 0.77% 0.77% -
HSV(B) 273.03º 0.37% 0.95% -
XYZ 51.78 41.75 89.33 -
YUV 177.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 202 153 242 0.17 0.37 0 0.05 273.03 0.77 0.77
Hex CA 99 F2 11 25 0 5 111 4D 4D
Octal 312 231 362 21 45 0 5 421 115 115
Binary 11001010 10011001 11110010 10001 100101 0 101 100010001 1001101 1001101

Color Harmonies of #CA99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99F2

Black with #CA99F2

Text Example


Text Example

White with #CA99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99F2; }

 p { color: rgb(202,153,242); }

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

background-color css

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

 a { background-color: rgb(202,153,242); }

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

border-color css

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

 span { border-color: rgb(202,153,242); }

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