Html Css Color HEX #CA8FD6 Wisteria

📋 copy color: '#CA8FD6'

red 202 ◦ green 143 ◦ blue 214

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

Shades of Wisteria #CA8FD6

Tints of Wisteria #CA8FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 36.14%
G = 25.58%
B = 38.28%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA8FD6 (or 0xCA8FD6) is known color: Wisteria. HEX triplet: CA, 8F and D6. RGB value is (202,143,214). Sum of RGB (Red+Green+Blue) = 202+143+214=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FD6 is #357029. Grayscale: #A8A8A8. Windows color (decimal): -3502122 or 14061514. OLE color: 14061514.

HSL color Cylindrical-coordinate representation of color #CA8FD6: hue angle of 289.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8FD6 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 143 214 -
CMYK 0.06 0.33 0 0.16
HSL 289.86º 0.46% 0.7% -
HSV(B) 289.86º 0.33% 0.84% -
XYZ 46.32 37.06 68.33 -
YUV 168.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 202 143 214 0.06 0.33 0 0.16 289.86 0.46 0.7
Hex CA 8F D6 6 21 0 10 122 2E 46
Octal 312 217 326 6 41 0 20 442 56 106
Binary 11001010 10001111 11010110 110 100001 0 10000 100100010 101110 1000110

Color Harmonies of #CA8FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FD6

Black with #CA8FD6

Text Example


Text Example

White with #CA8FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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