Html Css Color HEX #CA8FDC Wisteria

📋 copy color: '#CA8FDC'

red 202 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #CA8FDC

Tints of Wisteria #CA8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.31%

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

R = 35.75%
G = 25.31%
B = 38.94%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA8FDC (or 0xCA8FDC) is known color: Wisteria. HEX triplet: CA, 8F and DC. RGB value is (202,143,220). Sum of RGB (Red+Green+Blue) = 202+143+220=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FDC is #357023. Grayscale: #A9A9A9. Windows color (decimal): -3502116 or 14454730. OLE color: 14454730.

HSL color Cylindrical-coordinate representation of color #CA8FDC: hue angle of 285.97º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8FDC is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 143 220 -
CMYK 0.08 0.35 0 0.14
HSL 285.97º 0.52% 0.71% -
HSV(B) 285.97º 0.35% 0.86% -
XYZ 47.1 37.37 72.44 -
YUV 169.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 202 143 220 0.08 0.35 0 0.14 285.97 0.52 0.71
Hex CA 8F DC 8 23 0 E 11E 34 47
Octal 312 217 334 10 43 0 16 436 64 107
Binary 11001010 10001111 11011100 1000 100011 0 1110 100011110 110100 1000111

Color Harmonies of #CA8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FDC

Black with #CA8FDC

Text Example


Text Example

White with #CA8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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