Html Css Color HEX #CA9BE9 Wisteria

📋 copy color: '#CA9BE9'

red 202 ◦ green 155 ◦ blue 233

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

Shades of Wisteria #CA9BE9

Tints of Wisteria #CA9BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.49%

R = 34.24%
G = 26.27%
B = 39.49%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA9BE9 (or 0xCA9BE9) is known color: Wisteria. HEX triplet: CA, 9B and E9. RGB value is (202,155,233). Sum of RGB (Red+Green+Blue) = 202+155+233=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BE9 is #356416. Grayscale: #B1B1B1. Windows color (decimal): -3499031 or 15309770. OLE color: 15309770.

HSL color Cylindrical-coordinate representation of color #CA9BE9: hue angle of 276.15º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9BE9 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 155 233 -
CMYK 0.13 0.33 0 0.09
HSL 276.15º 0.64% 0.76% -
HSV(B) 276.15º 0.33% 0.91% -
XYZ 50.79 41.88 82.5 -
YUV 177.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 202 155 233 0.13 0.33 0 0.09 276.15 0.64 0.76
Hex CA 9B E9 D 21 0 9 114 40 4C
Octal 312 233 351 15 41 0 11 424 100 114
Binary 11001010 10011011 11101001 1101 100001 0 1001 100010100 1000000 1001100

Color Harmonies of #CA9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BE9

Black with #CA9BE9

Text Example


Text Example

White with #CA9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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