Html Css Color HEX #CA9CEB Wisteria

📋 copy color: '#CA9CEB'

red 202 ◦ green 156 ◦ blue 235

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

Shades of Wisteria #CA9CEB

Tints of Wisteria #CA9CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 34.06%
G = 26.31%
B = 39.63%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA9CEB (or 0xCA9CEB) is known color: Wisteria. HEX triplet: CA, 9C and EB. RGB value is (202,156,235). Sum of RGB (Red+Green+Blue) = 202+156+235=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CEB is #356314. Grayscale: #B2B2B2. Windows color (decimal): -3498773 or 15441098. OLE color: 15441098.

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

Color convert

RGB 202 156 235 -
CMYK 0.14 0.34 0 0.08
HSL 274.94º 0.66% 0.77% -
HSV(B) 274.94º 0.34% 0.92% -
XYZ 51.24 42.33 84.07 -
YUV 178.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 202 156 235 0.14 0.34 0 0.08 274.94 0.66 0.77
Hex CA 9C EB E 22 0 8 113 42 4D
Octal 312 234 353 16 42 0 10 423 102 115
Binary 11001010 10011100 11101011 1110 100010 0 1000 100010011 1000010 1001101

Color Harmonies of #CA9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CEB

Black with #CA9CEB

Text Example


Text Example

White with #CA9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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