Html Css Color HEX #CA99E1 Wisteria

📋 copy color: '#CA99E1'

red 202 ◦ green 153 ◦ blue 225

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

Shades of Wisteria #CA99E1

Tints of Wisteria #CA99E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 34.83%
G = 26.38%
B = 38.79%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA99E1 (or 0xCA99E1) is known color: Wisteria. HEX triplet: CA, 99 and E1. RGB value is (202,153,225). Sum of RGB (Red+Green+Blue) = 202+153+225=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA99E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99E1 is #35661E. Grayscale: #AFAFAF. Windows color (decimal): -3499551 or 14784970. OLE color: 14784970.

HSL color Cylindrical-coordinate representation of color #CA99E1: hue angle of 280.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA99E1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 153 225 -
CMYK 0.10 0.32 0 0.12
HSL 280.83º 0.55% 0.74% -
HSV(B) 280.83º 0.32% 0.88% -
XYZ 49.34 40.78 76.5 -
YUV 175.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 202 153 225 0.10 0.32 0 0.12 280.83 0.55 0.74
Hex CA 99 E1 A 20 0 C 119 37 4A
Octal 312 231 341 12 40 0 14 431 67 112
Binary 11001010 10011001 11100001 1010 100000 0 1100 100011001 110111 1001010

Color Harmonies of #CA99E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99E1

Black with #CA99E1

Text Example


Text Example

White with #CA99E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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