Html Css Color HEX #CA97FA Wisteria

📋 copy color: '#CA97FA'

red 202 ◦ green 151 ◦ blue 250

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

Shades of Wisteria #CA97FA

Tints of Wisteria #CA97FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.04%

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

R = 33.5%
G = 25.04%
B = 41.46%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA97FA (or 0xCA97FA) is known color: Wisteria. HEX triplet: CA, 97 and FA. RGB value is (202,151,250). Sum of RGB (Red+Green+Blue) = 202+151+250=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97FA is #356805. Grayscale: #B1B1B1. Windows color (decimal): -3500038 or 16422858. OLE color: 16422858.

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

Color convert

RGB 202 151 250 -
CMYK 0.19 0.40 0 0.02
HSL 270.91º 0.91% 0.79% -
HSV(B) 270.91º 0.4% 0.98% -
XYZ 52.68 41.59 95.69 -
YUV 177.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 202 151 250 0.19 0.40 0 0.02 270.91 0.91 0.79
Hex CA 97 FA 13 28 0 2 10F 5B 4F
Octal 312 227 372 23 50 0 2 417 133 117
Binary 11001010 10010111 11111010 10011 101000 0 10 100001111 1011011 1001111

Color Harmonies of #CA97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA97FA

Black with #CA97FA

Text Example


Text Example

White with #CA97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA97FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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