Html Css Color HEX #CA90ED Wisteria

📋 copy color: '#CA90ED'

red 202 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #CA90ED

Tints of Wisteria #CA90ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 34.65%
G = 24.7%
B = 40.65%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA90ED (or 0xCA90ED) is known color: Wisteria. HEX triplet: CA, 90 and ED. RGB value is (202,144,237). Sum of RGB (Red+Green+Blue) = 202+144+237=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90ED is #356F12. Grayscale: #ABABAB. Windows color (decimal): -3501843 or 15569098. OLE color: 15569098.

HSL color Cylindrical-coordinate representation of color #CA90ED: hue angle of 277.42º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA90ED is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 144 237 -
CMYK 0.15 0.39 0 0.07
HSL 277.42º 0.72% 0.75% -
HSV(B) 277.42º 0.39% 0.93% -
XYZ 49.62 38.62 84.96 -
YUV 171.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 202 144 237 0.15 0.39 0 0.07 277.42 0.72 0.75
Hex CA 90 ED F 27 0 7 115 48 4B
Octal 312 220 355 17 47 0 7 425 110 113
Binary 11001010 10010000 11101101 1111 100111 0 111 100010101 1001000 1001011

Color Harmonies of #CA90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90ED

Black with #CA90ED

Text Example


Text Example

White with #CA90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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