Html Css Color HEX #CA8DF9 Wisteria

📋 copy color: '#CA8DF9'

red 202 ◦ green 141 ◦ blue 249

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

Shades of Wisteria #CA8DF9

Tints of Wisteria #CA8DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.82%

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 34.12%
G = 23.82%
B = 42.06%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA8DF9 (or 0xCA8DF9) is known color: Wisteria. HEX triplet: CA, 8D and F9. RGB value is (202,141,249). Sum of RGB (Red+Green+Blue) = 202+141+249=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA8DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DF9 is #357206. Grayscale: #ABABAB. Windows color (decimal): -3502599 or 16354762. OLE color: 16354762.

HSL color Cylindrical-coordinate representation of color #CA8DF9: hue angle of 273.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8DF9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 141 249 -
CMYK 0.19 0.43 0 0.02
HSL 273.89º 0.9% 0.76% -
HSV(B) 273.89º 0.43% 0.98% -
XYZ 50.98 38.45 94.36 -
YUV 171.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 202 141 249 0.19 0.43 0 0.02 273.89 0.9 0.76
Hex CA 8D F9 13 2B 0 2 112 5A 4C
Octal 312 215 371 23 53 0 2 422 132 114
Binary 11001010 10001101 11111001 10011 101011 0 10 100010010 1011010 1001100

Color Harmonies of #CA8DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DF9

Black with #CA8DF9

Text Example


Text Example

White with #CA8DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DF9; }

 p { color: rgb(202,141,249); }

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

background-color css

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

 a { background-color: rgb(202,141,249); }

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

border-color css

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

 span { border-color: rgb(202,141,249); }

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