Html Css Color HEX #C298DF Wisteria

📋 copy color: '#C298DF'

red 194 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #C298DF

Tints of Wisteria #C298DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 34.09%
G = 26.71%
B = 39.19%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C298DF (or 0xC298DF) is known color: Wisteria. HEX triplet: C2, 98 and DF. RGB value is (194,152,223). Sum of RGB (Red+Green+Blue) = 194+152+223=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C298DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298DF is #3D6720. Grayscale: #ACACAC. Windows color (decimal): -4024097 or 14653634. OLE color: 14653634.

HSL color Cylindrical-coordinate representation of color #C298DF: hue angle of 275.49º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C298DF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 152 223 -
CMYK 0.13 0.32 0 0.13
HSL 275.49º 0.53% 0.74% -
HSV(B) 275.49º 0.32% 0.87% -
XYZ 46.8 39.25 74.92 -
YUV 172.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 194 152 223 0.13 0.32 0 0.13 275.49 0.53 0.74
Hex C2 98 DF D 20 0 D 113 35 4A
Octal 302 230 337 15 40 0 15 423 65 112
Binary 11000010 10011000 11011111 1101 100000 0 1101 100010011 110101 1001010

Color Harmonies of #C298DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298DF

Black with #C298DF

Text Example


Text Example

White with #C298DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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