Html Css Color HEX #CA83DC Wisteria

📋 copy color: '#CA83DC'

red 202 ◦ green 131 ◦ blue 220

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

Shades of Wisteria #CA83DC

Tints of Wisteria #CA83DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 36.53%
G = 23.69%
B = 39.78%

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

#CA83DC (or 0xCA83DC) is known color: Wisteria. HEX triplet: CA, 83 and DC. RGB value is (202,131,220). Sum of RGB (Red+Green+Blue) = 202+131+220=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DC is #357C23. Grayscale: #A2A2A2. Windows color (decimal): -3505188 or 14451658. OLE color: 14451658.

HSL color Cylindrical-coordinate representation of color #CA83DC: hue angle of 287.87º degrees, saturation: 0.56, 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 #CA83DC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 131 220 -
CMYK 0.08 0.40 0 0.14
HSL 287.87º 0.56% 0.69% -
HSV(B) 287.87º 0.4% 0.86% -
XYZ 45.39 33.96 71.87 -
YUV 162.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 202 131 220 0.08 0.40 0 0.14 287.87 0.56 0.69
Hex CA 83 DC 8 28 0 E 120 38 45
Octal 312 203 334 10 50 0 16 440 70 105
Binary 11001010 10000011 11011100 1000 101000 0 1110 100100000 111000 1000101

Color Harmonies of #CA83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83DC

Black with #CA83DC

Text Example


Text Example

White with #CA83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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