Html Css Color HEX #CA99DE Wisteria

📋 copy color: '#CA99DE'

red 202 ◦ green 153 ◦ blue 222

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

Shades of Wisteria #CA99DE

Tints of Wisteria #CA99DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 35.01%
G = 26.52%
B = 38.47%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA99DE (or 0xCA99DE) is known color: Wisteria. HEX triplet: CA, 99 and DE. RGB value is (202,153,222). Sum of RGB (Red+Green+Blue) = 202+153+222=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DE is #356621. Grayscale: #AFAFAF. Windows color (decimal): -3499554 or 14588362. OLE color: 14588362.

HSL color Cylindrical-coordinate representation of color #CA99DE: hue angle of 282.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA99DE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 153 222 -
CMYK 0.09 0.31 0 0.13
HSL 282.61º 0.51% 0.74% -
HSV(B) 282.61º 0.31% 0.87% -
XYZ 48.93 40.61 74.37 -
YUV 175.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 202 153 222 0.09 0.31 0 0.13 282.61 0.51 0.74
Hex CA 99 DE 9 1F 0 D 11B 33 4A
Octal 312 231 336 11 37 0 15 433 63 112
Binary 11001010 10011001 11011110 1001 11111 0 1101 100011011 110011 1001010

Color Harmonies of #CA99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99DE

Black with #CA99DE

Text Example


Text Example

White with #CA99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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