Html Css Color HEX #CA9BD7 Wisteria

📋 copy color: '#CA9BD7'

red 202 ◦ green 155 ◦ blue 215

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

Shades of Wisteria #CA9BD7

Tints of Wisteria #CA9BD7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.1%

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 35.31%
G = 27.1%
B = 37.59%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA9BD7 (or 0xCA9BD7) is known color: Wisteria. HEX triplet: CA, 9B and D7. RGB value is (202,155,215). Sum of RGB (Red+Green+Blue) = 202+155+215=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA9BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD7 is #356428. Grayscale: #AFAFAF. Windows color (decimal): -3499049 or 14130122. OLE color: 14130122.

HSL color Cylindrical-coordinate representation of color #CA9BD7: hue angle of 287º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9BD7 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 155 215 -
CMYK 0.06 0.28 0 0.16
HSL 287º 0.43% 0.73% -
HSV(B) 287º 0.28% 0.84% -
XYZ 48.34 40.91 69.64 -
YUV 175.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 202 155 215 0.06 0.28 0 0.16 287 0.43 0.73
Hex CA 9B D7 6 1C 0 10 11F 2B 49
Octal 312 233 327 6 34 0 20 437 53 111
Binary 11001010 10011011 11010111 110 11100 0 10000 100011111 101011 1001001

Color Harmonies of #CA9BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BD7

Black with #CA9BD7

Text Example


Text Example

White with #CA9BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BD7; }

 p { color: rgb(202,155,215); }

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

background-color css

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

 a { background-color: rgb(202,155,215); }

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

border-color css

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

 span { border-color: rgb(202,155,215); }

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