Html Css Color HEX #CA96DC Wisteria

📋 copy color: '#CA96DC'

red 202 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #CA96DC

Tints of Wisteria #CA96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.22%

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

R = 35.31%
G = 26.22%
B = 38.46%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA96DC (or 0xCA96DC) is known color: Wisteria. HEX triplet: CA, 96 and DC. RGB value is (202,150,220). Sum of RGB (Red+Green+Blue) = 202+150+220=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96DC is #356923. Grayscale: #ADADAD. Windows color (decimal): -3500324 or 14456522. OLE color: 14456522.

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

Color convert

RGB 202 150 220 -
CMYK 0.08 0.32 0 0.14
HSL 284.57º 0.5% 0.73% -
HSV(B) 284.57º 0.32% 0.86% -
XYZ 48.18 39.54 72.8 -
YUV 173.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 202 150 220 0.08 0.32 0 0.14 284.57 0.5 0.73
Hex CA 96 DC 8 20 0 E 11D 32 49
Octal 312 226 334 10 40 0 16 435 62 111
Binary 11001010 10010110 11011100 1000 100000 0 1110 100011101 110010 1001001

Color Harmonies of #CA96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96DC

Black with #CA96DC

Text Example


Text Example

White with #CA96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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