Html Css Color HEX #CA98EA Wisteria

📋 copy color: '#CA98EA'

red 202 ◦ green 152 ◦ blue 234

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

Shades of Wisteria #CA98EA

Tints of Wisteria #CA98EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 34.35%
G = 25.85%
B = 39.8%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA98EA (or 0xCA98EA) is known color: Wisteria. HEX triplet: CA, 98 and EA. RGB value is (202,152,234). Sum of RGB (Red+Green+Blue) = 202+152+234=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98EA is #356715. Grayscale: #B0B0B0. Windows color (decimal): -3499798 or 15374538. OLE color: 15374538.

HSL color Cylindrical-coordinate representation of color #CA98EA: hue angle of 276.59º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA98EA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 152 234 -
CMYK 0.14 0.35 0 0.08
HSL 276.59º 0.66% 0.76% -
HSV(B) 276.59º 0.35% 0.92% -
XYZ 50.44 40.95 83.09 -
YUV 176.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 202 152 234 0.14 0.35 0 0.08 276.59 0.66 0.76
Hex CA 98 EA E 23 0 8 115 42 4C
Octal 312 230 352 16 43 0 10 425 102 114
Binary 11001010 10011000 11101010 1110 100011 0 1000 100010101 1000010 1001100

Color Harmonies of #CA98EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98EA

Black with #CA98EA

Text Example


Text Example

White with #CA98EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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