Html Css Color HEX #CA98D8 Wisteria

📋 copy color: '#CA98D8'

red 202 ◦ green 152 ◦ blue 216

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

Shades of Wisteria #CA98D8

Tints of Wisteria #CA98D8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.67%

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 35.44%
G = 26.67%
B = 37.89%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA98D8 (or 0xCA98D8) is known color: Wisteria. HEX triplet: CA, 98 and D8. RGB value is (202,152,216). Sum of RGB (Red+Green+Blue) = 202+152+216=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98D8 is #356727. Grayscale: #AEAEAE. Windows color (decimal): -3499816 or 14194890. OLE color: 14194890.

HSL color Cylindrical-coordinate representation of color #CA98D8: hue angle of 286.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA98D8 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 152 216 -
CMYK 0.06 0.30 0 0.15
HSL 286.88º 0.45% 0.72% -
HSV(B) 286.88º 0.3% 0.85% -
XYZ 47.98 39.97 70.15 -
YUV 174.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 202 152 216 0.06 0.30 0 0.15 286.88 0.45 0.72
Hex CA 98 D8 6 1E 0 F 11F 2D 48
Octal 312 230 330 6 36 0 17 437 55 110
Binary 11001010 10011000 11011000 110 11110 0 1111 100011111 101101 1001000

Color Harmonies of #CA98D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98D8

Black with #CA98D8

Text Example


Text Example

White with #CA98D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98D8; }

 p { color: rgb(202,152,216); }

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

background-color css

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

 a { background-color: rgb(202,152,216); }

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

border-color css

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

 span { border-color: rgb(202,152,216); }

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