Html Css Color HEX #CA9BDA Wisteria

📋 copy color: '#CA9BDA'

red 202 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #CA9BDA

Tints of Wisteria #CA9BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 35.13%
G = 26.96%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA9BDA (or 0xCA9BDA) is known color: Wisteria. HEX triplet: CA, 9B and DA. RGB value is (202,155,218). Sum of RGB (Red+Green+Blue) = 202+155+218=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDA is #356425. Grayscale: #B0B0B0. Windows color (decimal): -3499046 or 14326730. OLE color: 14326730.

HSL color Cylindrical-coordinate representation of color #CA9BDA: hue angle of 284.76º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9BDA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 155 218 -
CMYK 0.07 0.29 0 0.15
HSL 284.76º 0.46% 0.73% -
HSV(B) 284.76º 0.29% 0.85% -
XYZ 48.73 41.06 71.69 -
YUV 176.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 202 155 218 0.07 0.29 0 0.15 284.76 0.46 0.73
Hex CA 9B DA 7 1D 0 F 11D 2E 49
Octal 312 233 332 7 35 0 17 435 56 111
Binary 11001010 10011011 11011010 111 11101 0 1111 100011101 101110 1001001

Color Harmonies of #CA9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BDA

Black with #CA9BDA

Text Example


Text Example

White with #CA9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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