Html Css Color HEX #CA93FA Wisteria

📋 copy color: '#CA93FA'

red 202 ◦ green 147 ◦ blue 250

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

Shades of Wisteria #CA93FA

Tints of Wisteria #CA93FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.54%

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

R = 33.72%
G = 24.54%
B = 41.74%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA93FA (or 0xCA93FA) is known color: Wisteria. HEX triplet: CA, 93 and FA. RGB value is (202,147,250). Sum of RGB (Red+Green+Blue) = 202+147+250=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93FA is #356C05. Grayscale: #AEAEAE. Windows color (decimal): -3501062 or 16421834. OLE color: 16421834.

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

Color convert

RGB 202 147 250 -
CMYK 0.19 0.41 0 0.02
HSL 272.04º 0.91% 0.78% -
HSV(B) 272.04º 0.41% 0.98% -
XYZ 52.05 40.33 95.48 -
YUV 175.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 202 147 250 0.19 0.41 0 0.02 272.04 0.91 0.78
Hex CA 93 FA 13 29 0 2 110 5B 4E
Octal 312 223 372 23 51 0 2 420 133 116
Binary 11001010 10010011 11111010 10011 101001 0 10 100010000 1011011 1001110

Color Harmonies of #CA93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93FA

Black with #CA93FA

Text Example


Text Example

White with #CA93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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