Html Css Color HEX #CA99ED Wisteria

📋 copy color: '#CA99ED'

red 202 ◦ green 153 ◦ blue 237

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

Shades of Wisteria #CA99ED

Tints of Wisteria #CA99ED

RGB

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

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

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

R = 34.12%
G = 25.84%
B = 40.03%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA99ED (or 0xCA99ED) is known color: Wisteria. HEX triplet: CA, 99 and ED. RGB value is (202,153,237). Sum of RGB (Red+Green+Blue) = 202+153+237=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99ED is #356612. Grayscale: #B0B0B0. Windows color (decimal): -3499539 or 15571402. OLE color: 15571402.

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

Color convert

RGB 202 153 237 -
CMYK 0.15 0.35 0 0.07
HSL 275º 0.7% 0.76% -
HSV(B) 275º 0.35% 0.93% -
XYZ 51.03 41.45 85.43 -
YUV 177.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 202 153 237 0.15 0.35 0 0.07 275 0.7 0.76
Hex CA 99 ED F 23 0 7 113 46 4C
Octal 312 231 355 17 43 0 7 423 106 114
Binary 11001010 10011001 11101101 1111 100011 0 111 100010011 1000110 1001100

Color Harmonies of #CA99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99ED

Black with #CA99ED

Text Example


Text Example

White with #CA99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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