Html Css Color HEX #CA9FE1 Wisteria

📋 copy color: '#CA9FE1'

red 202 ◦ green 159 ◦ blue 225

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

Shades of Wisteria #CA9FE1

Tints of Wisteria #CA9FE1

RGB

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

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

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

R = 34.47%
G = 27.13%
B = 38.4%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA9FE1 (or 0xCA9FE1) is known color: Wisteria. HEX triplet: CA, 9F and E1. RGB value is (202,159,225). Sum of RGB (Red+Green+Blue) = 202+159+225=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FE1 is #35601E. Grayscale: #B3B3B3. Windows color (decimal): -3498015 or 14786506. OLE color: 14786506.

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

Color convert

RGB 202 159 225 -
CMYK 0.10 0.29 0 0.12
HSL 279.09º 0.52% 0.75% -
HSV(B) 279.09º 0.29% 0.88% -
XYZ 50.35 42.79 76.84 -
YUV 179.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 202 159 225 0.10 0.29 0 0.12 279.09 0.52 0.75
Hex CA 9F E1 A 1D 0 C 117 34 4B
Octal 312 237 341 12 35 0 14 427 64 113
Binary 11001010 10011111 11100001 1010 11101 0 1100 100010111 110100 1001011

Color Harmonies of #CA9FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FE1

Black with #CA9FE1

Text Example


Text Example

White with #CA9FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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