Html Css Color HEX #CA99F9 Wisteria

📋 copy color: '#CA99F9'

red 202 ◦ green 153 ◦ blue 249

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

Shades of Wisteria #CA99F9

Tints of Wisteria #CA99F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 33.44%
G = 25.33%
B = 41.23%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA99F9 (or 0xCA99F9) is known color: Wisteria. HEX triplet: CA, 99 and F9. RGB value is (202,153,249). Sum of RGB (Red+Green+Blue) = 202+153+249=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA99F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99F9 is #356606. Grayscale: #B2B2B2. Windows color (decimal): -3499527 or 16357834. OLE color: 16357834.

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

Color convert

RGB 202 153 249 -
CMYK 0.19 0.39 0 0.02
HSL 270.63º 0.89% 0.79% -
HSV(B) 270.63º 0.39% 0.98% -
XYZ 52.85 42.18 94.98 -
YUV 178.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 202 153 249 0.19 0.39 0 0.02 270.63 0.89 0.79
Hex CA 99 F9 13 27 0 2 10F 59 4F
Octal 312 231 371 23 47 0 2 417 131 117
Binary 11001010 10011001 11111001 10011 100111 0 10 100001111 1011001 1001111

Color Harmonies of #CA99F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99F9

Black with #CA99F9

Text Example


Text Example

White with #CA99F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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