Html Css Color HEX #CA9FDF Wisteria

📋 copy color: '#CA9FDF'

red 202 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #CA9FDF

Tints of Wisteria #CA9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 34.59%
G = 27.23%
B = 38.18%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA9FDF (or 0xCA9FDF) is known color: Wisteria. HEX triplet: CA, 9F and DF. RGB value is (202,159,223). Sum of RGB (Red+Green+Blue) = 202+159+223=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDF is #356020. Grayscale: #B2B2B2. Windows color (decimal): -3498017 or 14655434. OLE color: 14655434.

HSL color Cylindrical-coordinate representation of color #CA9FDF: hue angle of 280.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9FDF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 159 223 -
CMYK 0.09 0.29 0 0.13
HSL 280.31º 0.5% 0.75% -
HSV(B) 280.31º 0.29% 0.87% -
XYZ 50.07 42.68 75.41 -
YUV 179.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 202 159 223 0.09 0.29 0 0.13 280.31 0.5 0.75
Hex CA 9F DF 9 1D 0 D 118 32 4B
Octal 312 237 337 11 35 0 15 430 62 113
Binary 11001010 10011111 11011111 1001 11101 0 1101 100011000 110010 1001011

Color Harmonies of #CA9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FDF

Black with #CA9FDF

Text Example


Text Example

White with #CA9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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