Html Css Color HEX #CA9BDD Wisteria

📋 copy color: '#CA9BDD'

red 202 ◦ green 155 ◦ blue 221

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

Shades of Wisteria #CA9BDD

Tints of Wisteria #CA9BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 34.95%
G = 26.82%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA9BDD (or 0xCA9BDD) is known color: Wisteria. HEX triplet: CA, 9B and DD. RGB value is (202,155,221). Sum of RGB (Red+Green+Blue) = 202+155+221=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDD is #356422. Grayscale: #B0B0B0. Windows color (decimal): -3499043 or 14523338. OLE color: 14523338.

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

Color convert

RGB 202 155 221 -
CMYK 0.09 0.30 0 0.13
HSL 282.73º 0.49% 0.74% -
HSV(B) 282.73º 0.3% 0.87% -
XYZ 49.13 41.22 73.77 -
YUV 176.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 202 155 221 0.09 0.30 0 0.13 282.73 0.49 0.74
Hex CA 9B DD 9 1E 0 D 11B 31 4A
Octal 312 233 335 11 36 0 15 433 61 112
Binary 11001010 10011011 11011101 1001 11110 0 1101 100011011 110001 1001010

Color Harmonies of #CA9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BDD

Black with #CA9BDD

Text Example


Text Example

White with #CA9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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