Html Css Color HEX #CA83DD Wisteria

📋 copy color: '#CA83DD'

red 202 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #CA83DD

Tints of Wisteria #CA83DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 36.46%
G = 23.65%
B = 39.89%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA83DD (or 0xCA83DD) is known color: Wisteria. HEX triplet: CA, 83 and DD. RGB value is (202,131,221). Sum of RGB (Red+Green+Blue) = 202+131+221=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DD is #357C22. Grayscale: #A2A2A2. Windows color (decimal): -3505187 or 14517194. OLE color: 14517194.

HSL color Cylindrical-coordinate representation of color #CA83DD: hue angle of 287.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA83DD is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 131 221 -
CMYK 0.09 0.41 0 0.13
HSL 287.33º 0.57% 0.69% -
HSV(B) 287.33º 0.41% 0.87% -
XYZ 45.52 34.01 72.57 -
YUV 162.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 202 131 221 0.09 0.41 0 0.13 287.33 0.57 0.69
Hex CA 83 DD 9 29 0 D 11F 39 45
Octal 312 203 335 11 51 0 15 437 71 105
Binary 11001010 10000011 11011101 1001 101001 0 1101 100011111 111001 1000101

Color Harmonies of #CA83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83DD

Black with #CA83DD

Text Example


Text Example

White with #CA83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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