Html Css Color HEX #CA98EC Wisteria

📋 copy color: '#CA98EC'

red 202 ◦ green 152 ◦ blue 236

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

Shades of Wisteria #CA98EC

Tints of Wisteria #CA98EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40%

R = 34.24%
G = 25.76%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA98EC (or 0xCA98EC) is known color: Wisteria. HEX triplet: CA, 98 and EC. RGB value is (202,152,236). Sum of RGB (Red+Green+Blue) = 202+152+236=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98EC is #356713. Grayscale: #B0B0B0. Windows color (decimal): -3499796 or 15505610. OLE color: 15505610.

HSL color Cylindrical-coordinate representation of color #CA98EC: hue angle of 275.71º degrees, saturation: 0.69, 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 #CA98EC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 152 236 -
CMYK 0.14 0.36 0 0.07
HSL 275.71º 0.69% 0.76% -
HSV(B) 275.71º 0.36% 0.93% -
XYZ 50.73 41.07 84.61 -
YUV 176.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 202 152 236 0.14 0.36 0 0.07 275.71 0.69 0.76
Hex CA 98 EC E 24 0 7 114 45 4C
Octal 312 230 354 16 44 0 7 424 105 114
Binary 11001010 10011000 11101100 1110 100100 0 111 100010100 1000101 1001100

Color Harmonies of #CA98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA98EC

Black with #CA98EC

Text Example


Text Example

White with #CA98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA98EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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