Html Css Color HEX #CA9BD5 Wisteria

📋 copy color: '#CA9BD5'

red 202 ◦ green 155 ◦ blue 213

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

Shades of Wisteria #CA9BD5

Tints of Wisteria #CA9BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 35.44%
G = 27.19%
B = 37.37%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA9BD5 (or 0xCA9BD5) is known color: Wisteria. HEX triplet: CA, 9B and D5. RGB value is (202,155,213). Sum of RGB (Red+Green+Blue) = 202+155+213=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD5 is #35642A. Grayscale: #AFAFAF. Windows color (decimal): -3499051 or 13999050. OLE color: 13999050.

HSL color Cylindrical-coordinate representation of color #CA9BD5: hue angle of 288.62º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9BD5 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 155 213 -
CMYK 0.05 0.27 0 0.16
HSL 288.62º 0.41% 0.72% -
HSV(B) 288.62º 0.27% 0.84% -
XYZ 48.09 40.8 68.29 -
YUV 175.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 202 155 213 0.05 0.27 0 0.16 288.62 0.41 0.72
Hex CA 9B D5 5 1B 0 10 121 29 48
Octal 312 233 325 5 33 0 20 441 51 110
Binary 11001010 10011011 11010101 101 11011 0 10000 100100001 101001 1001000

Color Harmonies of #CA9BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BD5

Black with #CA9BD5

Text Example


Text Example

White with #CA9BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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