Html Css Color HEX #CA93EE Wisteria

📋 copy color: '#CA93EE'

red 202 ◦ green 147 ◦ blue 238

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

Shades of Wisteria #CA93EE

Tints of Wisteria #CA93EE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.04%

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

R = 34.41%
G = 25.04%
B = 40.55%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA93EE (or 0xCA93EE) is known color: Wisteria. HEX triplet: CA, 93 and EE. RGB value is (202,147,238). Sum of RGB (Red+Green+Blue) = 202+147+238=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93EE is #356C11. Grayscale: #ADADAD. Windows color (decimal): -3501074 or 15635402. OLE color: 15635402.

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

Color convert

RGB 202 147 238 -
CMYK 0.15 0.38 0 0.07
HSL 276.26º 0.73% 0.75% -
HSV(B) 276.26º 0.38% 0.93% -
XYZ 50.22 39.6 85.88 -
YUV 173.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 202 147 238 0.15 0.38 0 0.07 276.26 0.73 0.75
Hex CA 93 EE F 26 0 7 114 49 4B
Octal 312 223 356 17 46 0 7 424 111 113
Binary 11001010 10010011 11101110 1111 100110 0 111 100010100 1001001 1001011

Color Harmonies of #CA93EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA93EE

Black with #CA93EE

Text Example


Text Example

White with #CA93EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA93EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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