Html Css Color HEX #CA90E0 Wisteria

📋 copy color: '#CA90E0'

red 202 ◦ green 144 ◦ blue 224

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

Shades of Wisteria #CA90E0

Tints of Wisteria #CA90E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.3%

R = 35.44%
G = 25.26%
B = 39.3%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA90E0 (or 0xCA90E0) is known color: Wisteria. HEX triplet: CA, 90 and E0. RGB value is (202,144,224). Sum of RGB (Red+Green+Blue) = 202+144+224=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA90E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90E0 is #356F1F. Grayscale: #AAAAAA. Windows color (decimal): -3501856 or 14717130. OLE color: 14717130.

HSL color Cylindrical-coordinate representation of color #CA90E0: hue angle of 283.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA90E0 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 144 224 -
CMYK 0.10 0.36 0 0.12
HSL 283.5º 0.56% 0.72% -
HSV(B) 283.5º 0.36% 0.88% -
XYZ 47.78 37.88 75.31 -
YUV 170.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 202 144 224 0.10 0.36 0 0.12 283.5 0.56 0.72
Hex CA 90 E0 A 24 0 C 11C 38 48
Octal 312 220 340 12 44 0 14 434 70 110
Binary 11001010 10010000 11100000 1010 100100 0 1100 100011100 111000 1001000

Color Harmonies of #CA90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90E0

Black with #CA90E0

Text Example


Text Example

White with #CA90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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