Html Css Color HEX #C298DA Wisteria

📋 copy color: '#C298DA'

red 194 ◦ green 152 ◦ blue 218

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

Shades of Wisteria #C298DA

Tints of Wisteria #C298DA

RGB

 RED value IS 194 (76.17% from 255) = 34.4%

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

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

R = 34.4%
G = 26.95%
B = 38.65%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C298DA (or 0xC298DA) is known color: Wisteria. HEX triplet: C2, 98 and DA. RGB value is (194,152,218). Sum of RGB (Red+Green+Blue) = 194+152+218=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C298DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298DA is #3D6725. Grayscale: #ABABAB. Windows color (decimal): -4024102 or 14325954. OLE color: 14325954.

HSL color Cylindrical-coordinate representation of color #C298DA: hue angle of 278.18º 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 #C298DA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 152 218 -
CMYK 0.11 0.30 0 0.15
HSL 278.18º 0.47% 0.73% -
HSV(B) 278.18º 0.3% 0.85% -
XYZ 46.13 38.99 71.42 -
YUV 172.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 194 152 218 0.11 0.30 0 0.15 278.18 0.47 0.73
Hex C2 98 DA B 1E 0 F 116 2F 49
Octal 302 230 332 13 36 0 17 426 57 111
Binary 11000010 10011000 11011010 1011 11110 0 1111 100010110 101111 1001001

Color Harmonies of #C298DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298DA

Black with #C298DA

Text Example


Text Example

White with #C298DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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