Html Css Color HEX #CA89D5 Wisteria

📋 copy color: '#CA89D5'

red 202 ◦ green 137 ◦ blue 213

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

Shades of Wisteria #CA89D5

Tints of Wisteria #CA89D5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.82%

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

R = 36.59%
G = 24.82%
B = 38.59%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA89D5 (or 0xCA89D5) is known color: Wisteria. HEX triplet: CA, 89 and D5. RGB value is (202,137,213). Sum of RGB (Red+Green+Blue) = 202+137+213=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89D5 is #35762A. Grayscale: #A4A4A4. Windows color (decimal): -3503659 or 13994442. OLE color: 13994442.

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

Color convert

RGB 202 137 213 -
CMYK 0.05 0.36 0 0.16
HSL 291.32º 0.48% 0.69% -
HSV(B) 291.32º 0.36% 0.84% -
XYZ 45.31 35.25 67.37 -
YUV 165.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 202 137 213 0.05 0.36 0 0.16 291.32 0.48 0.69
Hex CA 89 D5 5 24 0 10 123 30 45
Octal 312 211 325 5 44 0 20 443 60 105
Binary 11001010 10001001 11010101 101 100100 0 10000 100100011 110000 1000101

Color Harmonies of #CA89D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA89D5

Black with #CA89D5

Text Example


Text Example

White with #CA89D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA89D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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