Html Css Color HEX #C098CC Wisteria

📋 copy color: '#C098CC'

red 192 ◦ green 152 ◦ blue 204

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

Shades of Wisteria #C098CC

Tints of Wisteria #C098CC

RGB

 RED value IS 192 (75.39% from 255) = 35.04%

 GREEN value IS 152 (59.77% from 255) = 27.74%

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 35.04%
G = 27.74%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C098CC (or 0xC098CC) is known color: Wisteria. HEX triplet: C0, 98 and CC. RGB value is (192,152,204). Sum of RGB (Red+Green+Blue) = 192+152+204=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C098CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098CC is #3F6733. Grayscale: #A9A9A9. Windows color (decimal): -4155188 or 13408448. OLE color: 13408448.

HSL color Cylindrical-coordinate representation of color #C098CC: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C098CC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 152 204 -
CMYK 0.06 0.25 0 0.2
HSL 286.15º 0.34% 0.7% -
HSV(B) 286.15º 0.25% 0.8% -
XYZ 43.87 38.02 62.15 -
YUV 169.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 192 152 204 0.06 0.25 0 0.2 286.15 0.34 0.7
Hex C0 98 CC 6 19 0 14 11E 22 46
Octal 300 230 314 6 31 0 24 436 42 106
Binary 11000000 10011000 11001100 110 11001 0 10100 100011110 100010 1000110

Color Harmonies of #C098CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098CC

Black with #C098CC

Text Example


Text Example

White with #C098CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098CC; }

 p { color: rgb(192,152,204); }

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

background-color css

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

 a { background-color: rgb(192,152,204); }

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

border-color css

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

 span { border-color: rgb(192,152,204); }

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