Html Css Color HEX #C298DC Wisteria

📋 copy color: '#C298DC'

red 194 ◦ green 152 ◦ blue 220

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

Shades of Wisteria #C298DC

Tints of Wisteria #C298DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 34.28%
G = 26.86%
B = 38.87%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C298DC (or 0xC298DC) is known color: Wisteria. HEX triplet: C2, 98 and DC. RGB value is (194,152,220). Sum of RGB (Red+Green+Blue) = 194+152+220=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C298DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298DC is #3D6723. Grayscale: #ACACAC. Windows color (decimal): -4024100 or 14457026. OLE color: 14457026.

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

Color convert

RGB 194 152 220 -
CMYK 0.12 0.31 0 0.14
HSL 277.06º 0.49% 0.73% -
HSV(B) 277.06º 0.31% 0.86% -
XYZ 46.39 39.09 72.81 -
YUV 172.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 194 152 220 0.12 0.31 0 0.14 277.06 0.49 0.73
Hex C2 98 DC C 1F 0 E 115 31 49
Octal 302 230 334 14 37 0 16 425 61 111
Binary 11000010 10011000 11011100 1100 11111 0 1110 100010101 110001 1001001

Color Harmonies of #C298DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298DC

Black with #C298DC

Text Example


Text Example

White with #C298DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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