Html Css Color HEX #CA96FA Wisteria

📋 copy color: '#CA96FA'

red 202 ◦ green 150 ◦ blue 250

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

Shades of Wisteria #CA96FA

Tints of Wisteria #CA96FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.92%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 33.55%
G = 24.92%
B = 41.53%

CMYK

 C value IS 0.19

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA96FA (or 0xCA96FA) is known color: Wisteria. HEX triplet: CA, 96 and FA. RGB value is (202,150,250). Sum of RGB (Red+Green+Blue) = 202+150+250=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96FA is #356905. Grayscale: #B0B0B0. Windows color (decimal): -3500294 or 16422602. OLE color: 16422602.

HSL color Cylindrical-coordinate representation of color #CA96FA: hue angle of 271.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA96FA is Cyan = 0.19, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 150 250 -
CMYK 0.19 0.4 0 0.02
HSL 271.2º 0.91% 0.78% -
HSV(B) 271.2º 0.4% 0.98% -
XYZ 52.52 41.27 95.64 -
YUV 176.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 202 150 250 0.19 0.4 0 0.02 271.2 0.91 0.78
Hex CA 96 FA 13 28 0 2 10F 5B 4E
Octal 312 226 372 23 50 0 2 417 133 116
Binary 11001010 10010110 11111010 10011 101000 0 10 100001111 1011011 1001110

Color Harmonies of #CA96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96FA

Black with #CA96FA

Text Example


Text Example

White with #CA96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96FA; }

 p { color: rgb(202,150,250); }

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

background-color css

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

 a { background-color: rgb(202,150,250); }

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

border-color css

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

 span { border-color: rgb(202,150,250); }

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