Html Css Color HEX #CA9BDB Wisteria

📋 copy color: '#CA9BDB'

red 202 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #CA9BDB

Tints of Wisteria #CA9BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 35.07%
G = 26.91%
B = 38.02%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA9BDB (or 0xCA9BDB) is known color: Wisteria. HEX triplet: CA, 9B and DB. RGB value is (202,155,219). Sum of RGB (Red+Green+Blue) = 202+155+219=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDB is #356424. Grayscale: #B0B0B0. Windows color (decimal): -3499045 or 14392266. OLE color: 14392266.

HSL color Cylindrical-coordinate representation of color #CA9BDB: hue angle of 284.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9BDB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 155 219 -
CMYK 0.08 0.29 0 0.14
HSL 284.06º 0.47% 0.73% -
HSV(B) 284.06º 0.29% 0.86% -
XYZ 48.86 41.11 72.38 -
YUV 176.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 202 155 219 0.08 0.29 0 0.14 284.06 0.47 0.73
Hex CA 9B DB 8 1D 0 E 11C 2F 49
Octal 312 233 333 10 35 0 16 434 57 111
Binary 11001010 10011011 11011011 1000 11101 0 1110 100011100 101111 1001001

Color Harmonies of #CA9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BDB

Black with #CA9BDB

Text Example


Text Example

White with #CA9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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