Html Css Color HEX #CA9CEA Wisteria

📋 copy color: '#CA9CEA'

red 202 ◦ green 156 ◦ blue 234

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

Shades of Wisteria #CA9CEA

Tints of Wisteria #CA9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 34.12%
G = 26.35%
B = 39.53%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA9CEA (or 0xCA9CEA) is known color: Wisteria. HEX triplet: CA, 9C and EA. RGB value is (202,156,234). Sum of RGB (Red+Green+Blue) = 202+156+234=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CEA is #356315. Grayscale: #B2B2B2. Windows color (decimal): -3498774 or 15375562. OLE color: 15375562.

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

Color convert

RGB 202 156 234 -
CMYK 0.14 0.33 0 0.08
HSL 275.38º 0.65% 0.76% -
HSV(B) 275.38º 0.33% 0.92% -
XYZ 51.1 42.27 83.31 -
YUV 178.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 202 156 234 0.14 0.33 0 0.08 275.38 0.65 0.76
Hex CA 9C EA E 21 0 8 113 41 4C
Octal 312 234 352 16 41 0 10 423 101 114
Binary 11001010 10011100 11101010 1110 100001 0 1000 100010011 1000001 1001100

Color Harmonies of #CA9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CEA

Black with #CA9CEA

Text Example


Text Example

White with #CA9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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