Html Css Color HEX #CA8FF9 Wisteria

📋 copy color: '#CA8FF9'

red 202 ◦ green 143 ◦ blue 249

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

Shades of Wisteria #CA8FF9

Tints of Wisteria #CA8FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.92%

R = 34.01%
G = 24.07%
B = 41.92%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA8FF9 (or 0xCA8FF9) is known color: Wisteria. HEX triplet: CA, 8F and F9. RGB value is (202,143,249). Sum of RGB (Red+Green+Blue) = 202+143+249=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA8FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FF9 is #357006. Grayscale: #ACACAC. Windows color (decimal): -3502087 or 16355274. OLE color: 16355274.

HSL color Cylindrical-coordinate representation of color #CA8FF9: hue angle of 273.4º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8FF9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 143 249 -
CMYK 0.19 0.43 0 0.02
HSL 273.4º 0.9% 0.77% -
HSV(B) 273.4º 0.43% 0.98% -
XYZ 51.28 39.04 94.46 -
YUV 172.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 202 143 249 0.19 0.43 0 0.02 273.4 0.9 0.77
Hex CA 8F F9 13 2B 0 2 111 5A 4D
Octal 312 217 371 23 53 0 2 421 132 115
Binary 11001010 10001111 11111001 10011 101011 0 10 100010001 1011010 1001101

Color Harmonies of #CA8FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FF9

Black with #CA8FF9

Text Example


Text Example

White with #CA8FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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