Html Css Color HEX #CA98E4 Wisteria

📋 copy color: '#CA98E4'

red 202 ◦ green 152 ◦ blue 228

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

Shades of Wisteria #CA98E4

Tints of Wisteria #CA98E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.18%

R = 34.71%
G = 26.12%
B = 39.18%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA98E4 (or 0xCA98E4) is known color: Wisteria. HEX triplet: CA, 98 and E4. RGB value is (202,152,228). Sum of RGB (Red+Green+Blue) = 202+152+228=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA98E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98E4 is #35671B. Grayscale: #AFAFAF. Windows color (decimal): -3499804 or 14981322. OLE color: 14981322.

HSL color Cylindrical-coordinate representation of color #CA98E4: hue angle of 279.47º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA98E4 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 152 228 -
CMYK 0.11 0.33 0 0.11
HSL 279.47º 0.58% 0.75% -
HSV(B) 279.47º 0.33% 0.89% -
XYZ 49.59 40.61 78.62 -
YUV 175.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 202 152 228 0.11 0.33 0 0.11 279.47 0.58 0.75
Hex CA 98 E4 B 21 0 B 117 3A 4B
Octal 312 230 344 13 41 0 13 427 72 113
Binary 11001010 10011000 11100100 1011 100001 0 1011 100010111 111010 1001011

Color Harmonies of #CA98E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98E4

Black with #CA98E4

Text Example


Text Example

White with #CA98E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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