Html Css Color HEX #CA9BE1 Wisteria

📋 copy color: '#CA9BE1'

red 202 ◦ green 155 ◦ blue 225

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

Shades of Wisteria #CA9BE1

Tints of Wisteria #CA9BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.63%

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 34.71%
G = 26.63%
B = 38.66%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA9BE1 (or 0xCA9BE1) is known color: Wisteria. HEX triplet: CA, 9B and E1. RGB value is (202,155,225). Sum of RGB (Red+Green+Blue) = 202+155+225=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BE1 is #35641E. Grayscale: #B0B0B0. Windows color (decimal): -3499039 or 14785482. OLE color: 14785482.

HSL color Cylindrical-coordinate representation of color #CA9BE1: hue angle of 280.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9BE1 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 155 225 -
CMYK 0.10 0.31 0 0.12
HSL 280.29º 0.54% 0.75% -
HSV(B) 280.29º 0.31% 0.88% -
XYZ 49.67 41.44 76.61 -
YUV 177.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 202 155 225 0.10 0.31 0 0.12 280.29 0.54 0.75
Hex CA 9B E1 A 1F 0 C 118 36 4B
Octal 312 233 341 12 37 0 14 430 66 113
Binary 11001010 10011011 11100001 1010 11111 0 1100 100011000 110110 1001011

Color Harmonies of #CA9BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BE1

Black with #CA9BE1

Text Example


Text Example

White with #CA9BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BE1; }

 p { color: rgb(202,155,225); }

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

background-color css

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

 a { background-color: rgb(202,155,225); }

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

border-color css

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

 span { border-color: rgb(202,155,225); }

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