Html Css Color HEX #CA9DF6 Wisteria

📋 copy color: '#CA9DF6'

red 202 ◦ green 157 ◦ blue 246

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

Shades of Wisteria #CA9DF6

Tints of Wisteria #CA9DF6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.95%

 BLUE value IS 246 (96.48% from 255) = 40.66%

R = 33.39%
G = 25.95%
B = 40.66%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA9DF6 (or 0xCA9DF6) is known color: Wisteria. HEX triplet: CA, 9D and F6. RGB value is (202,157,246). Sum of RGB (Red+Green+Blue) = 202+157+246=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA9DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DF6 is #356209. Grayscale: #B4B4B4. Windows color (decimal): -3498506 or 16162250. OLE color: 16162250.

HSL color Cylindrical-coordinate representation of color #CA9DF6: hue angle of 270.34º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9DF6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 157 246 -
CMYK 0.18 0.36 0 0.04
HSL 270.34º 0.83% 0.79% -
HSV(B) 270.34º 0.36% 0.96% -
XYZ 53.05 43.32 92.76 -
YUV 180.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 202 157 246 0.18 0.36 0 0.04 270.34 0.83 0.79
Hex CA 9D F6 12 24 0 4 10E 53 4F
Octal 312 235 366 22 44 0 4 416 123 117
Binary 11001010 10011101 11110110 10010 100100 0 100 100001110 1010011 1001111

Color Harmonies of #CA9DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DF6

Black with #CA9DF6

Text Example


Text Example

White with #CA9DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DF6; }

 p { color: rgb(202,157,246); }

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

background-color css

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

 a { background-color: rgb(202,157,246); }

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

border-color css

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

 span { border-color: rgb(202,157,246); }

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