Html Css Color HEX #C98AEC Wisteria

📋 copy color: '#C98AEC'

red 201 ◦ green 138 ◦ blue 236

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

Shades of Wisteria #C98AEC

Tints of Wisteria #C98AEC

RGB

 RED value IS 201 (78.91% from 255) = 34.96%

 GREEN value IS 138 (54.3% from 255) = 24%

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

R = 34.96%
G = 24%
B = 41.04%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C98AEC (or 0xC98AEC) is known color: Wisteria. HEX triplet: C9, 8A and EC. RGB value is (201,138,236). Sum of RGB (Red+Green+Blue) = 201+138+236=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C98AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AEC is #367513. Grayscale: #A7A7A7. Windows color (decimal): -3568916 or 15502025. OLE color: 15502025.

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

Color convert

RGB 201 138 236 -
CMYK 0.15 0.42 0 0.07
HSL 278.57º 0.72% 0.73% -
HSV(B) 278.57º 0.42% 0.93% -
XYZ 48.32 36.65 83.88 -
YUV 168.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 201 138 236 0.15 0.42 0 0.07 278.57 0.72 0.73
Hex C9 8A EC F 2A 0 7 117 48 49
Octal 311 212 354 17 52 0 7 427 110 111
Binary 11001001 10001010 11101100 1111 101010 0 111 100010111 1001000 1001001

Color Harmonies of #C98AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AEC

Black with #C98AEC

Text Example


Text Example

White with #C98AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AEC; }

 p { color: rgb(201,138,236); }

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

background-color css

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

 a { background-color: rgb(201,138,236); }

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

border-color css

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

 span { border-color: rgb(201,138,236); }

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