Html Css Color HEX #C298DD Wisteria

📋 copy color: '#C298DD'

red 194 ◦ green 152 ◦ blue 221

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

Shades of Wisteria #C298DD

Tints of Wisteria #C298DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 34.22%
G = 26.81%
B = 38.98%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C298DD (or 0xC298DD) is known color: Wisteria. HEX triplet: C2, 98 and DD. RGB value is (194,152,221). Sum of RGB (Red+Green+Blue) = 194+152+221=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C298DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298DD is #3D6722. Grayscale: #ACACAC. Windows color (decimal): -4024099 or 14522562. OLE color: 14522562.

HSL color Cylindrical-coordinate representation of color #C298DD: hue angle of 276.52º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C298DD is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 152 221 -
CMYK 0.12 0.31 0 0.13
HSL 276.52º 0.5% 0.73% -
HSV(B) 276.52º 0.31% 0.87% -
XYZ 46.53 39.15 73.51 -
YUV 172.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 194 152 221 0.12 0.31 0 0.13 276.52 0.5 0.73
Hex C2 98 DD C 1F 0 D 115 32 49
Octal 302 230 335 14 37 0 15 425 62 111
Binary 11000010 10011000 11011101 1100 11111 0 1101 100010101 110010 1001001

Color Harmonies of #C298DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298DD

Black with #C298DD

Text Example


Text Example

White with #C298DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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