Html Css Color HEX #CA9BDE Wisteria

📋 copy color: '#CA9BDE'

red 202 ◦ green 155 ◦ blue 222

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

Shades of Wisteria #CA9BDE

Tints of Wisteria #CA9BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 34.89%
G = 26.77%
B = 38.34%

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

#CA9BDE (or 0xCA9BDE) is known color: Wisteria. HEX triplet: CA, 9B and DE. RGB value is (202,155,222). Sum of RGB (Red+Green+Blue) = 202+155+222=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDE is #356421. Grayscale: #B0B0B0. Windows color (decimal): -3499042 or 14588874. OLE color: 14588874.

HSL color Cylindrical-coordinate representation of color #CA9BDE: hue angle of 282.09º degrees, saturation: 0.5, 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 #CA9BDE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 155 222 -
CMYK 0.09 0.30 0 0.13
HSL 282.09º 0.5% 0.74% -
HSV(B) 282.09º 0.3% 0.87% -
XYZ 49.26 41.27 74.48 -
YUV 176.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 202 155 222 0.09 0.30 0 0.13 282.09 0.5 0.74
Hex CA 9B DE 9 1E 0 D 11A 32 4A
Octal 312 233 336 11 36 0 15 432 62 112
Binary 11001010 10011011 11011110 1001 11110 0 1101 100011010 110010 1001010

Color Harmonies of #CA9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BDE

Black with #CA9BDE

Text Example


Text Example

White with #CA9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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