Html Css Color HEX #CA8FD5 Wisteria

📋 copy color: '#CA8FD5'

red 202 ◦ green 143 ◦ blue 213

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

Shades of Wisteria #CA8FD5

Tints of Wisteria #CA8FD5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.63%

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 36.2%
G = 25.63%
B = 38.17%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA8FD5 (or 0xCA8FD5) is known color: Wisteria. HEX triplet: CA, 8F and D5. RGB value is (202,143,213). Sum of RGB (Red+Green+Blue) = 202+143+213=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA8FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FD5 is #35702A. Grayscale: #A8A8A8. Windows color (decimal): -3502123 or 13995978. OLE color: 13995978.

HSL color Cylindrical-coordinate representation of color #CA8FD5: hue angle of 290.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8FD5 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 143 213 -
CMYK 0.05 0.33 0 0.16
HSL 290.57º 0.45% 0.7% -
HSV(B) 290.57º 0.33% 0.84% -
XYZ 46.19 37.01 67.66 -
YUV 168.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 202 143 213 0.05 0.33 0 0.16 290.57 0.45 0.7
Hex CA 8F D5 5 21 0 10 123 2D 46
Octal 312 217 325 5 41 0 20 443 55 106
Binary 11001010 10001111 11010101 101 100001 0 10000 100100011 101101 1000110

Color Harmonies of #CA8FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FD5

Black with #CA8FD5

Text Example


Text Example

White with #CA8FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FD5; }

 p { color: rgb(202,143,213); }

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

background-color css

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

 a { background-color: rgb(202,143,213); }

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

border-color css

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

 span { border-color: rgb(202,143,213); }

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