Html Css Color HEX #C98CEB Wisteria

📋 copy color: '#C98CEB'

red 201 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #C98CEB

Tints of Wisteria #C98CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 34.9%
G = 24.31%
B = 40.8%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C98CEB (or 0xC98CEB) is known color: Wisteria. HEX triplet: C9, 8C and EB. RGB value is (201,140,235). Sum of RGB (Red+Green+Blue) = 201+140+235=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #C98CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CEB is #367314. Grayscale: #A8A8A8. Windows color (decimal): -3568405 or 15437001. OLE color: 15437001.

HSL color Cylindrical-coordinate representation of color #C98CEB: hue angle of 278.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98CEB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 140 235 -
CMYK 0.14 0.40 0 0.08
HSL 278.53º 0.7% 0.74% -
HSV(B) 278.53º 0.4% 0.92% -
XYZ 48.46 37.17 83.22 -
YUV 169.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 201 140 235 0.14 0.40 0 0.08 278.53 0.7 0.74
Hex C9 8C EB E 28 0 8 117 46 4A
Octal 311 214 353 16 50 0 10 427 106 112
Binary 11001001 10001100 11101011 1110 101000 0 1000 100010111 1000110 1001010

Color Harmonies of #C98CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CEB

Black with #C98CEB

Text Example


Text Example

White with #C98CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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