Html Css Color HEX #CA8ADD Wisteria

📋 copy color: '#CA8ADD'

red 202 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #CA8ADD

Tints of Wisteria #CA8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.6%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 36.01%
G = 24.6%
B = 39.39%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA8ADD (or 0xCA8ADD) is known color: Wisteria. HEX triplet: CA, 8A and DD. RGB value is (202,138,221). Sum of RGB (Red+Green+Blue) = 202+138+221=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ADD is #357522. Grayscale: #A6A6A6. Windows color (decimal): -3503395 or 14518986. OLE color: 14518986.

HSL color Cylindrical-coordinate representation of color #CA8ADD: hue angle of 286.27º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA8ADD is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 138 221 -
CMYK 0.09 0.38 0 0.13
HSL 286.27º 0.55% 0.7% -
HSV(B) 286.27º 0.38% 0.87% -
XYZ 46.5 35.95 72.9 -
YUV 166.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 202 138 221 0.09 0.38 0 0.13 286.27 0.55 0.7
Hex CA 8A DD 9 26 0 D 11E 37 46
Octal 312 212 335 11 46 0 15 436 67 106
Binary 11001010 10001010 11011101 1001 100110 0 1101 100011110 110111 1000110

Color Harmonies of #CA8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8ADD

Black with #CA8ADD

Text Example


Text Example

White with #CA8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8ADD; }

 p { color: rgb(202,138,221); }

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

background-color css

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

 a { background-color: rgb(202,138,221); }

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

border-color css

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

 span { border-color: rgb(202,138,221); }

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