Html Css Color HEX #CA95EE Wisteria

📋 copy color: '#CA95EE'

red 202 ◦ green 149 ◦ blue 238

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

Shades of Wisteria #CA95EE

Tints of Wisteria #CA95EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 34.3%
G = 25.3%
B = 40.41%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA95EE (or 0xCA95EE) is known color: Wisteria. HEX triplet: CA, 95 and EE. RGB value is (202,149,238). Sum of RGB (Red+Green+Blue) = 202+149+238=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA95EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA95EE is #356A11. Grayscale: #AEAEAE. Windows color (decimal): -3500562 or 15635914. OLE color: 15635914.

HSL color Cylindrical-coordinate representation of color #CA95EE: hue angle of 275.73º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA95EE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 149 238 -
CMYK 0.15 0.37 0 0.07
HSL 275.73º 0.72% 0.76% -
HSV(B) 275.73º 0.37% 0.93% -
XYZ 50.54 40.22 85.99 -
YUV 174.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 202 149 238 0.15 0.37 0 0.07 275.73 0.72 0.76
Hex CA 95 EE F 25 0 7 114 48 4C
Octal 312 225 356 17 45 0 7 424 110 114
Binary 11001010 10010101 11101110 1111 100101 0 111 100010100 1001000 1001100

Color Harmonies of #CA95EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA95EE

Black with #CA95EE

Text Example


Text Example

White with #CA95EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA95EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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