Html Css Color HEX #C98AE6 Wisteria

📋 copy color: '#C98AE6'

red 201 ◦ green 138 ◦ blue 230

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

Shades of Wisteria #C98AE6

Tints of Wisteria #C98AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 35.33%
G = 24.25%
B = 40.42%

CMYK

 C value IS 0.13

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C98AE6 (or 0xC98AE6) is known color: Wisteria. HEX triplet: C9, 8A and E6. RGB value is (201,138,230). Sum of RGB (Red+Green+Blue) = 201+138+230=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #C98AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AE6 is #367519. Grayscale: #A7A7A7. Windows color (decimal): -3568922 or 15108809. OLE color: 15108809.

HSL color Cylindrical-coordinate representation of color #C98AE6: hue angle of 281.09º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98AE6 is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 138 230 -
CMYK 0.13 0.4 0 0.10
HSL 281.09º 0.65% 0.72% -
HSV(B) 281.09º 0.4% 0.9% -
XYZ 47.46 36.31 79.37 -
YUV 167.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 201 138 230 0.13 0.4 0 0.10 281.09 0.65 0.72
Hex C9 8A E6 D 28 0 A 119 41 48
Octal 311 212 346 15 50 0 12 431 101 110
Binary 11001001 10001010 11100110 1101 101000 0 1010 100011001 1000001 1001000

Color Harmonies of #C98AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AE6

Black with #C98AE6

Text Example


Text Example

White with #C98AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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