Html Css Color HEX #CA9FEC Wisteria

📋 copy color: '#CA9FEC'

red 202 ◦ green 159 ◦ blue 236

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

Shades of Wisteria #CA9FEC

Tints of Wisteria #CA9FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.53%

R = 33.84%
G = 26.63%
B = 39.53%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA9FEC (or 0xCA9FEC) is known color: Wisteria. HEX triplet: CA, 9F and EC. RGB value is (202,159,236). Sum of RGB (Red+Green+Blue) = 202+159+236=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FEC is #356013. Grayscale: #B4B4B4. Windows color (decimal): -3498004 or 15507402. OLE color: 15507402.

HSL color Cylindrical-coordinate representation of color #CA9FEC: hue angle of 273.51º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA9FEC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 159 236 -
CMYK 0.14 0.33 0 0.07
HSL 273.51º 0.67% 0.77% -
HSV(B) 273.51º 0.33% 0.93% -
XYZ 51.9 43.41 85 -
YUV 180.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 202 159 236 0.14 0.33 0 0.07 273.51 0.67 0.77
Hex CA 9F EC E 21 0 7 112 43 4D
Octal 312 237 354 16 41 0 7 422 103 115
Binary 11001010 10011111 11101100 1110 100001 0 111 100010010 1000011 1001101

Color Harmonies of #CA9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FEC

Black with #CA9FEC

Text Example


Text Example

White with #CA9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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