Html Css Color HEX #CA90FA Wisteria

📋 copy color: '#CA90FA'

red 202 ◦ green 144 ◦ blue 250

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

Shades of Wisteria #CA90FA

Tints of Wisteria #CA90FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.16%

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

R = 33.89%
G = 24.16%
B = 41.95%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA90FA (or 0xCA90FA) is known color: Wisteria. HEX triplet: CA, 90 and FA. RGB value is (202,144,250). Sum of RGB (Red+Green+Blue) = 202+144+250=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90FA is #356F05. Grayscale: #ADADAD. Windows color (decimal): -3501830 or 16421066. OLE color: 16421066.

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

Color convert

RGB 202 144 250 -
CMYK 0.19 0.42 0 0.02
HSL 272.83º 0.91% 0.77% -
HSV(B) 272.83º 0.42% 0.98% -
XYZ 51.59 39.41 95.33 -
YUV 173.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 202 144 250 0.19 0.42 0 0.02 272.83 0.91 0.77
Hex CA 90 FA 13 2A 0 2 111 5B 4D
Octal 312 220 372 23 52 0 2 421 133 115
Binary 11001010 10010000 11111010 10011 101010 0 10 100010001 1011011 1001101

Color Harmonies of #CA90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90FA

Black with #CA90FA

Text Example


Text Example

White with #CA90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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