Html Css Color HEX #CA99DC Wisteria

📋 copy color: '#CA99DC'

red 202 ◦ green 153 ◦ blue 220

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

Shades of Wisteria #CA99DC

Tints of Wisteria #CA99DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 35.13%
G = 26.61%
B = 38.26%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA99DC (or 0xCA99DC) is known color: Wisteria. HEX triplet: CA, 99 and DC. RGB value is (202,153,220). Sum of RGB (Red+Green+Blue) = 202+153+220=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DC is #356623. Grayscale: #AFAFAF. Windows color (decimal): -3499556 or 14457290. OLE color: 14457290.

HSL color Cylindrical-coordinate representation of color #CA99DC: hue angle of 283.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA99DC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 153 220 -
CMYK 0.08 0.30 0 0.14
HSL 283.88º 0.49% 0.73% -
HSV(B) 283.88º 0.3% 0.86% -
XYZ 48.67 40.51 72.96 -
YUV 175.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 202 153 220 0.08 0.30 0 0.14 283.88 0.49 0.73
Hex CA 99 DC 8 1E 0 E 11C 31 49
Octal 312 231 334 10 36 0 16 434 61 111
Binary 11001010 10011001 11011100 1000 11110 0 1110 100011100 110001 1001001

Color Harmonies of #CA99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99DC

Black with #CA99DC

Text Example


Text Example

White with #CA99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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