Html Css Color HEX #CA9BDC Wisteria

📋 copy color: '#CA9BDC'

red 202 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #CA9BDC

Tints of Wisteria #CA9BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 35.01%
G = 26.86%
B = 38.13%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA9BDC (or 0xCA9BDC) is known color: Wisteria. HEX triplet: CA, 9B and DC. RGB value is (202,155,220). Sum of RGB (Red+Green+Blue) = 202+155+220=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDC is #356423. Grayscale: #B0B0B0. Windows color (decimal): -3499044 or 14457802. OLE color: 14457802.

HSL color Cylindrical-coordinate representation of color #CA9BDC: hue angle of 283.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9BDC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 155 220 -
CMYK 0.08 0.30 0 0.14
HSL 283.38º 0.48% 0.74% -
HSV(B) 283.38º 0.3% 0.86% -
XYZ 49 41.17 73.07 -
YUV 176.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 202 155 220 0.08 0.30 0 0.14 283.38 0.48 0.74
Hex CA 9B DC 8 1E 0 E 11B 30 4A
Octal 312 233 334 10 36 0 16 433 60 112
Binary 11001010 10011011 11011100 1000 11110 0 1110 100011011 110000 1001010

Color Harmonies of #CA9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BDC

Black with #CA9BDC

Text Example


Text Example

White with #CA9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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