Html Css Color HEX #C098DA Wisteria

📋 copy color: '#C098DA'

red 192 ◦ green 152 ◦ blue 218

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

Shades of Wisteria #C098DA

Tints of Wisteria #C098DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 34.16%
G = 27.05%
B = 38.79%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C098DA (or 0xC098DA) is known color: Wisteria. HEX triplet: C0, 98 and DA. RGB value is (192,152,218). Sum of RGB (Red+Green+Blue) = 192+152+218=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C098DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098DA is #3F6725. Grayscale: #ABABAB. Windows color (decimal): -4155174 or 14325952. OLE color: 14325952.

HSL color Cylindrical-coordinate representation of color #C098DA: hue angle of 276.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C098DA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 152 218 -
CMYK 0.12 0.30 0 0.15
HSL 276.36º 0.47% 0.73% -
HSV(B) 276.36º 0.3% 0.85% -
XYZ 45.62 38.72 71.4 -
YUV 171.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 192 152 218 0.12 0.30 0 0.15 276.36 0.47 0.73
Hex C0 98 DA C 1E 0 F 114 2F 49
Octal 300 230 332 14 36 0 17 424 57 111
Binary 11000000 10011000 11011010 1100 11110 0 1111 100010100 101111 1001001

Color Harmonies of #C098DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098DA

Black with #C098DA

Text Example


Text Example

White with #C098DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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