Html Css Color HEX #CA9AF6 Wisteria

📋 copy color: '#CA9AF6'

red 202 ◦ green 154 ◦ blue 246

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

Shades of Wisteria #CA9AF6

Tints of Wisteria #CA9AF6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.58%

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

R = 33.55%
G = 25.58%
B = 40.86%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA9AF6 (or 0xCA9AF6) is known color: Wisteria. HEX triplet: CA, 9A and F6. RGB value is (202,154,246). Sum of RGB (Red+Green+Blue) = 202+154+246=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA9AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AF6 is #356509. Grayscale: #B2B2B2. Windows color (decimal): -3499274 or 16161482. OLE color: 16161482.

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

Color convert

RGB 202 154 246 -
CMYK 0.18 0.37 0 0.04
HSL 271.3º 0.84% 0.78% -
HSV(B) 271.3º 0.37% 0.96% -
XYZ 52.55 42.32 92.59 -
YUV 178.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 202 154 246 0.18 0.37 0 0.04 271.3 0.84 0.78
Hex CA 9A F6 12 25 0 4 10F 54 4E
Octal 312 232 366 22 45 0 4 417 124 116
Binary 11001010 10011010 11110110 10010 100101 0 100 100001111 1010100 1001110

Color Harmonies of #CA9AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AF6

Black with #CA9AF6

Text Example


Text Example

White with #CA9AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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