Html Css Color HEX #CA9CE6 Wisteria

📋 copy color: '#CA9CE6'

red 202 ◦ green 156 ◦ blue 230

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

Shades of Wisteria #CA9CE6

Tints of Wisteria #CA9CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 34.35%
G = 26.53%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA9CE6 (or 0xCA9CE6) is known color: Wisteria. HEX triplet: CA, 9C and E6. RGB value is (202,156,230). Sum of RGB (Red+Green+Blue) = 202+156+230=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA9CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CE6 is #356319. Grayscale: #B1B1B1. Windows color (decimal): -3498778 or 15113418. OLE color: 15113418.

HSL color Cylindrical-coordinate representation of color #CA9CE6: hue angle of 277.3º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9CE6 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 156 230 -
CMYK 0.12 0.32 0 0.10
HSL 277.3º 0.6% 0.76% -
HSV(B) 277.3º 0.32% 0.9% -
XYZ 50.53 42.05 80.32 -
YUV 178.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 202 156 230 0.12 0.32 0 0.10 277.3 0.6 0.76
Hex CA 9C E6 C 20 0 A 115 3C 4C
Octal 312 234 346 14 40 0 12 425 74 114
Binary 11001010 10011100 11100110 1100 100000 0 1010 100010101 111100 1001100

Color Harmonies of #CA9CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CE6

Black with #CA9CE6

Text Example


Text Example

White with #CA9CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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