Html Css Color HEX #C98CDE Wisteria

📋 copy color: '#C98CDE'

red 201 ◦ green 140 ◦ blue 222

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

Shades of Wisteria #C98CDE

Tints of Wisteria #C98CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 35.7%
G = 24.87%
B = 39.43%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C98CDE (or 0xC98CDE) is known color: Wisteria. HEX triplet: C9, 8C and DE. RGB value is (201,140,222). Sum of RGB (Red+Green+Blue) = 201+140+222=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #C98CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CDE is #367321. Grayscale: #A7A7A7. Windows color (decimal): -3568418 or 14585033. OLE color: 14585033.

HSL color Cylindrical-coordinate representation of color #C98CDE: hue angle of 284.63º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98CDE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 140 222 -
CMYK 0.09 0.37 0 0.13
HSL 284.63º 0.55% 0.71% -
HSV(B) 284.63º 0.37% 0.87% -
XYZ 46.65 36.45 73.68 -
YUV 167.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 201 140 222 0.09 0.37 0 0.13 284.63 0.55 0.71
Hex C9 8C DE 9 25 0 D 11D 37 47
Octal 311 214 336 11 45 0 15 435 67 107
Binary 11001001 10001100 11011110 1001 100101 0 1101 100011101 110111 1000111

Color Harmonies of #C98CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CDE

Black with #C98CDE

Text Example


Text Example

White with #C98CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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