Html Css Color HEX #CA9CEC Wisteria

📋 copy color: '#CA9CEC'

red 202 ◦ green 156 ◦ blue 236

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

Shades of Wisteria #CA9CEC

Tints of Wisteria #CA9CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.26%

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

R = 34.01%
G = 26.26%
B = 39.73%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA9CEC (or 0xCA9CEC) is known color: Wisteria. HEX triplet: CA, 9C and EC. RGB value is (202,156,236). Sum of RGB (Red+Green+Blue) = 202+156+236=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CEC is #356313. Grayscale: #B2B2B2. Windows color (decimal): -3498772 or 15506634. OLE color: 15506634.

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

Color convert

RGB 202 156 236 -
CMYK 0.14 0.34 0 0.07
HSL 274.5º 0.68% 0.77% -
HSV(B) 274.5º 0.34% 0.93% -
XYZ 51.39 42.39 84.83 -
YUV 178.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 202 156 236 0.14 0.34 0 0.07 274.5 0.68 0.77
Hex CA 9C EC E 22 0 7 112 44 4D
Octal 312 234 354 16 42 0 7 422 104 115
Binary 11001010 10011100 11101100 1110 100010 0 111 100010010 1000100 1001101

Color Harmonies of #CA9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CEC

Black with #CA9CEC

Text Example


Text Example

White with #CA9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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