Html Css Color HEX #CA83DB Wisteria

📋 copy color: '#CA83DB'

red 202 ◦ green 131 ◦ blue 219

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

Shades of Wisteria #CA83DB

Tints of Wisteria #CA83DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.73%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 36.59%
G = 23.73%
B = 39.67%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA83DB (or 0xCA83DB) is known color: Wisteria. HEX triplet: CA, 83 and DB. RGB value is (202,131,219). Sum of RGB (Red+Green+Blue) = 202+131+219=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DB is #357C24. Grayscale: #A1A1A1. Windows color (decimal): -3505189 or 14386122. OLE color: 14386122.

HSL color Cylindrical-coordinate representation of color #CA83DB: hue angle of 288.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA83DB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 131 219 -
CMYK 0.08 0.40 0 0.14
HSL 288.41º 0.55% 0.69% -
HSV(B) 288.41º 0.4% 0.86% -
XYZ 45.26 33.9 71.18 -
YUV 162.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 202 131 219 0.08 0.40 0 0.14 288.41 0.55 0.69
Hex CA 83 DB 8 28 0 E 120 37 45
Octal 312 203 333 10 50 0 16 440 67 105
Binary 11001010 10000011 11011011 1000 101000 0 1110 100100000 110111 1000101

Color Harmonies of #CA83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83DB

Black with #CA83DB

Text Example


Text Example

White with #CA83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83DB; }

 p { color: rgb(202,131,219); }

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

background-color css

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

 a { background-color: rgb(202,131,219); }

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

border-color css

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

 span { border-color: rgb(202,131,219); }

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