Html Css Color HEX #CA8BD9 Wisteria

📋 copy color: '#CA8BD9'

red 202 ◦ green 139 ◦ blue 217

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

Shades of Wisteria #CA8BD9

Tints of Wisteria #CA8BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.91%

 BLUE value IS 217 (85.16% from 255) = 38.89%

R = 36.2%
G = 24.91%
B = 38.89%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA8BD9 (or 0xCA8BD9) is known color: Wisteria. HEX triplet: CA, 8B and D9. RGB value is (202,139,217). Sum of RGB (Red+Green+Blue) = 202+139+217=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA8BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BD9 is #357426. Grayscale: #A6A6A6. Windows color (decimal): -3503143 or 14257098. OLE color: 14257098.

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

Color convert

RGB 202 139 217 -
CMYK 0.07 0.36 0 0.15
HSL 288.46º 0.51% 0.7% -
HSV(B) 288.46º 0.36% 0.85% -
XYZ 46.11 36.03 70.17 -
YUV 166.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 202 139 217 0.07 0.36 0 0.15 288.46 0.51 0.7
Hex CA 8B D9 7 24 0 F 120 33 46
Octal 312 213 331 7 44 0 17 440 63 106
Binary 11001010 10001011 11011001 111 100100 0 1111 100100000 110011 1000110

Color Harmonies of #CA8BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8BD9

Black with #CA8BD9

Text Example


Text Example

White with #CA8BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8BD9; }

 p { color: rgb(202,139,217); }

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

background-color css

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

 a { background-color: rgb(202,139,217); }

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

border-color css

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

 span { border-color: rgb(202,139,217); }

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