Html Css Color HEX #CA98EE Wisteria

📋 copy color: '#CA98EE'

red 202 ◦ green 152 ◦ blue 238

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

Shades of Wisteria #CA98EE

Tints of Wisteria #CA98EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 34.12%
G = 25.68%
B = 40.2%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA98EE (or 0xCA98EE) is known color: Wisteria. HEX triplet: CA, 98 and EE. RGB value is (202,152,238). Sum of RGB (Red+Green+Blue) = 202+152+238=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA98EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98EE is #356711. Grayscale: #B0B0B0. Windows color (decimal): -3499794 or 15636682. OLE color: 15636682.

HSL color Cylindrical-coordinate representation of color #CA98EE: hue angle of 274.88º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA98EE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 152 238 -
CMYK 0.15 0.36 0 0.07
HSL 274.88º 0.72% 0.76% -
HSV(B) 274.88º 0.36% 0.93% -
XYZ 51.02 41.19 86.15 -
YUV 176.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 202 152 238 0.15 0.36 0 0.07 274.88 0.72 0.76
Hex CA 98 EE F 24 0 7 113 48 4C
Octal 312 230 356 17 44 0 7 423 110 114
Binary 11001010 10011000 11101110 1111 100100 0 111 100010011 1001000 1001100

Color Harmonies of #CA98EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98EE

Black with #CA98EE

Text Example


Text Example

White with #CA98EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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