Html Css Color HEX #CA9FE9 Wisteria

📋 copy color: '#CA9FE9'

red 202 ◦ green 159 ◦ blue 233

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

Shades of Wisteria #CA9FE9

Tints of Wisteria #CA9FE9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.77%

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

R = 34.01%
G = 26.77%
B = 39.23%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA9FE9 (or 0xCA9FE9) is known color: Wisteria. HEX triplet: CA, 9F and E9. RGB value is (202,159,233). Sum of RGB (Red+Green+Blue) = 202+159+233=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA9FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FE9 is #356016. Grayscale: #B4B4B4. Windows color (decimal): -3498007 or 15310794. OLE color: 15310794.

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

Color convert

RGB 202 159 233 -
CMYK 0.13 0.32 0 0.09
HSL 274.86º 0.63% 0.77% -
HSV(B) 274.86º 0.32% 0.91% -
XYZ 51.46 43.24 82.72 -
YUV 180.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 202 159 233 0.13 0.32 0 0.09 274.86 0.63 0.77
Hex CA 9F E9 D 20 0 9 113 3F 4D
Octal 312 237 351 15 40 0 11 423 77 115
Binary 11001010 10011111 11101001 1101 100000 0 1001 100010011 111111 1001101

Color Harmonies of #CA9FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FE9

Black with #CA9FE9

Text Example


Text Example

White with #CA9FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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