Html Css Color HEX #CA99E4 Wisteria

📋 copy color: '#CA99E4'

red 202 ◦ green 153 ◦ blue 228

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

Shades of Wisteria #CA99E4

Tints of Wisteria #CA99E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.11%

R = 34.65%
G = 26.24%
B = 39.11%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA99E4 (or 0xCA99E4) is known color: Wisteria. HEX triplet: CA, 99 and E4. RGB value is (202,153,228). Sum of RGB (Red+Green+Blue) = 202+153+228=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA99E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99E4 is #35661B. Grayscale: #AFAFAF. Windows color (decimal): -3499548 or 14981578. OLE color: 14981578.

HSL color Cylindrical-coordinate representation of color #CA99E4: hue angle of 279.2º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA99E4 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 153 228 -
CMYK 0.11 0.33 0 0.11
HSL 279.2º 0.58% 0.75% -
HSV(B) 279.2º 0.33% 0.89% -
XYZ 49.75 40.94 78.68 -
YUV 176.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 202 153 228 0.11 0.33 0 0.11 279.2 0.58 0.75
Hex CA 99 E4 B 21 0 B 117 3A 4B
Octal 312 231 344 13 41 0 13 427 72 113
Binary 11001010 10011001 11100100 1011 100001 0 1011 100010111 111010 1001011

Color Harmonies of #CA99E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99E4

Black with #CA99E4

Text Example


Text Example

White with #CA99E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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