Html Css Color HEX #CA99EC Wisteria

📋 copy color: '#CA99EC'

red 202 ◦ green 153 ◦ blue 236

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

Shades of Wisteria #CA99EC

Tints of Wisteria #CA99EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.89%

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 34.18%
G = 25.89%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA99EC (or 0xCA99EC) is known color: Wisteria. HEX triplet: CA, 99 and EC. RGB value is (202,153,236). Sum of RGB (Red+Green+Blue) = 202+153+236=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99EC is #356613. Grayscale: #B0B0B0. Windows color (decimal): -3499540 or 15505866. OLE color: 15505866.

HSL color Cylindrical-coordinate representation of color #CA99EC: hue angle of 275.42º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA99EC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 153 236 -
CMYK 0.14 0.35 0 0.07
HSL 275.42º 0.69% 0.76% -
HSV(B) 275.42º 0.35% 0.93% -
XYZ 50.89 41.4 84.66 -
YUV 177.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 202 153 236 0.14 0.35 0 0.07 275.42 0.69 0.76
Hex CA 99 EC E 23 0 7 113 45 4C
Octal 312 231 354 16 43 0 7 423 105 114
Binary 11001010 10011001 11101100 1110 100011 0 111 100010011 1000101 1001100

Color Harmonies of #CA99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99EC

Black with #CA99EC

Text Example


Text Example

White with #CA99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99EC; }

 p { color: rgb(202,153,236); }

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

background-color css

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

 a { background-color: rgb(202,153,236); }

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

border-color css

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

 span { border-color: rgb(202,153,236); }

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