Html Css Color HEX #CA95E0 Wisteria

📋 copy color: '#CA95E0'

red 202 ◦ green 149 ◦ blue 224

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

Shades of Wisteria #CA95E0

Tints of Wisteria #CA95E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.91%

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 35.13%
G = 25.91%
B = 38.96%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA95E0 (or 0xCA95E0) is known color: Wisteria. HEX triplet: CA, 95 and E0. RGB value is (202,149,224). Sum of RGB (Red+Green+Blue) = 202+149+224=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95E0 is #356A1F. Grayscale: #ADADAD. Windows color (decimal): -3500576 or 14718410. OLE color: 14718410.

HSL color Cylindrical-coordinate representation of color #CA95E0: hue angle of 282.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA95E0 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 149 224 -
CMYK 0.10 0.33 0 0.12
HSL 282.4º 0.55% 0.73% -
HSV(B) 282.4º 0.33% 0.88% -
XYZ 48.56 39.43 75.57 -
YUV 173.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 202 149 224 0.10 0.33 0 0.12 282.4 0.55 0.73
Hex CA 95 E0 A 21 0 C 11A 37 49
Octal 312 225 340 12 41 0 14 432 67 111
Binary 11001010 10010101 11100000 1010 100001 0 1100 100011010 110111 1001001

Color Harmonies of #CA95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA95E0

Black with #CA95E0

Text Example


Text Example

White with #CA95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA95E0; }

 p { color: rgb(202,149,224); }

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

background-color css

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

 a { background-color: rgb(202,149,224); }

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

border-color css

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

 span { border-color: rgb(202,149,224); }

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