Html Css Color HEX #CA9DDC Wisteria

📋 copy color: '#CA9DDC'

red 202 ◦ green 157 ◦ blue 220

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

Shades of Wisteria #CA9DDC

Tints of Wisteria #CA9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.12%

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

R = 34.89%
G = 27.12%
B = 38%

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

#CA9DDC (or 0xCA9DDC) is known color: Wisteria. HEX triplet: CA, 9D and DC. RGB value is (202,157,220). Sum of RGB (Red+Green+Blue) = 202+157+220=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DDC is #356223. Grayscale: #B1B1B1. Windows color (decimal): -3498532 or 14458314. OLE color: 14458314.

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

Color convert

RGB 202 157 220 -
CMYK 0.08 0.29 0 0.14
HSL 282.86º 0.47% 0.74% -
HSV(B) 282.86º 0.29% 0.86% -
XYZ 49.33 41.84 73.19 -
YUV 177.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 202 157 220 0.08 0.29 0 0.14 282.86 0.47 0.74
Hex CA 9D DC 8 1D 0 E 11B 2F 4A
Octal 312 235 334 10 35 0 16 433 57 112
Binary 11001010 10011101 11011100 1000 11101 0 1110 100011011 101111 1001010

Color Harmonies of #CA9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DDC

Black with #CA9DDC

Text Example


Text Example

White with #CA9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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