Html Css Color HEX #CA90EE Wisteria

📋 copy color: '#CA90EE'

red 202 ◦ green 144 ◦ blue 238

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

Shades of Wisteria #CA90EE

Tints of Wisteria #CA90EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 34.59%
G = 24.66%
B = 40.75%

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

#CA90EE (or 0xCA90EE) is known color: Wisteria. HEX triplet: CA, 90 and EE. RGB value is (202,144,238). Sum of RGB (Red+Green+Blue) = 202+144+238=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA90EE is #356F11. Grayscale: #ABABAB. Windows color (decimal): -3501842 or 15634634. OLE color: 15634634.

HSL color Cylindrical-coordinate representation of color #CA90EE: hue angle of 277.02º degrees, saturation: 0.73, 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 #CA90EE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 144 238 -
CMYK 0.15 0.39 0 0.07
HSL 277.02º 0.73% 0.75% -
HSV(B) 277.02º 0.39% 0.93% -
XYZ 49.76 38.68 85.73 -
YUV 172.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 202 144 238 0.15 0.39 0 0.07 277.02 0.73 0.75
Hex CA 90 EE F 27 0 7 115 49 4B
Octal 312 220 356 17 47 0 7 425 111 113
Binary 11001010 10010000 11101110 1111 100111 0 111 100010101 1001001 1001011

Color Harmonies of #CA90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90EE

Black with #CA90EE

Text Example


Text Example

White with #CA90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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