Html Css Color HEX #CA90FD Wisteria

📋 copy color: '#CA90FD'

red 202 ◦ green 144 ◦ blue 253

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

Shades of Wisteria #CA90FD

Tints of Wisteria #CA90FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 33.72%
G = 24.04%
B = 42.24%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA90FD (or 0xCA90FD) is known color: Wisteria. HEX triplet: CA, 90 and FD. RGB value is (202,144,253). Sum of RGB (Red+Green+Blue) = 202+144+253=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90FD is #356F02. Grayscale: #ADADAD. Windows color (decimal): -3501827 or 16617674. OLE color: 16617674.

HSL color Cylindrical-coordinate representation of color #CA90FD: hue angle of 271.93º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA90FD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 144 253 -
CMYK 0.20 0.43 0 0.01
HSL 271.93º 0.96% 0.78% -
HSV(B) 271.93º 0.43% 0.99% -
XYZ 52.06 39.59 97.83 -
YUV 173.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 202 144 253 0.20 0.43 0 0.01 271.93 0.96 0.78
Hex CA 90 FD 14 2B 0 1 110 60 4E
Octal 312 220 375 24 53 0 1 420 140 116
Binary 11001010 10010000 11111101 10100 101011 0 1 100010000 1100000 1001110

Color Harmonies of #CA90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90FD

Black with #CA90FD

Text Example


Text Example

White with #CA90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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