Html Css Color HEX #CA9FEE Wisteria

📋 copy color: '#CA9FEE'

red 202 ◦ green 159 ◦ blue 238

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

Shades of Wisteria #CA9FEE

Tints of Wisteria #CA9FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.54%

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

R = 33.72%
G = 26.54%
B = 39.73%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA9FEE (or 0xCA9FEE) is known color: Wisteria. HEX triplet: CA, 9F and EE. RGB value is (202,159,238). Sum of RGB (Red+Green+Blue) = 202+159+238=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FEE is #356011. Grayscale: #B4B4B4. Windows color (decimal): -3498002 or 15638474. OLE color: 15638474.

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

Color convert

RGB 202 159 238 -
CMYK 0.15 0.33 0 0.07
HSL 272.66º 0.7% 0.78% -
HSV(B) 272.66º 0.33% 0.93% -
XYZ 52.19 43.53 86.54 -
YUV 180.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 202 159 238 0.15 0.33 0 0.07 272.66 0.7 0.78
Hex CA 9F EE F 21 0 7 111 46 4E
Octal 312 237 356 17 41 0 7 421 106 116
Binary 11001010 10011111 11101110 1111 100001 0 111 100010001 1000110 1001110

Color Harmonies of #CA9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FEE

Black with #CA9FEE

Text Example


Text Example

White with #CA9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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