Html Css Color HEX #CA88DF Wisteria

📋 copy color: '#CA88DF'

red 202 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #CA88DF

Tints of Wisteria #CA88DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.24%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 36.01%
G = 24.24%
B = 39.75%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA88DF (or 0xCA88DF) is known color: Wisteria. HEX triplet: CA, 88 and DF. RGB value is (202,136,223). Sum of RGB (Red+Green+Blue) = 202+136+223=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88DF is #357720. Grayscale: #A5A5A5. Windows color (decimal): -3503905 or 14649546. OLE color: 14649546.

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

Color convert

RGB 202 136 223 -
CMYK 0.09 0.39 0 0.13
HSL 285.52º 0.58% 0.7% -
HSV(B) 285.52º 0.39% 0.87% -
XYZ 46.48 35.49 74.21 -
YUV 165.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 202 136 223 0.09 0.39 0 0.13 285.52 0.58 0.7
Hex CA 88 DF 9 27 0 D 11E 3A 46
Octal 312 210 337 11 47 0 15 436 72 106
Binary 11001010 10001000 11011111 1001 100111 0 1101 100011110 111010 1000110

Color Harmonies of #CA88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88DF

Black with #CA88DF

Text Example


Text Example

White with #CA88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88DF; }

 p { color: rgb(202,136,223); }

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

background-color css

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

 a { background-color: rgb(202,136,223); }

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

border-color css

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

 span { border-color: rgb(202,136,223); }

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