Html Css Color HEX #C98CEC Wisteria

📋 copy color: '#C98CEC'

red 201 ◦ green 140 ◦ blue 236

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

Shades of Wisteria #C98CEC

Tints of Wisteria #C98CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.26%

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

R = 34.84%
G = 24.26%
B = 40.9%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C98CEC (or 0xC98CEC) is known color: Wisteria. HEX triplet: C9, 8C and EC. RGB value is (201,140,236). Sum of RGB (Red+Green+Blue) = 201+140+236=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #C98CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CEC is #367313. Grayscale: #A8A8A8. Windows color (decimal): -3568404 or 15502537. OLE color: 15502537.

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

Color convert

RGB 201 140 236 -
CMYK 0.15 0.41 0 0.07
HSL 278.13º 0.72% 0.74% -
HSV(B) 278.13º 0.41% 0.93% -
XYZ 48.61 37.23 83.98 -
YUV 169.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 201 140 236 0.15 0.41 0 0.07 278.13 0.72 0.74
Hex C9 8C EC F 29 0 7 116 48 4A
Octal 311 214 354 17 51 0 7 426 110 112
Binary 11001001 10001100 11101100 1111 101001 0 111 100010110 1001000 1001010

Color Harmonies of #C98CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CEC

Black with #C98CEC

Text Example


Text Example

White with #C98CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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