Html Css Color HEX #C298D3 Wisteria

📋 copy color: '#C298D3'

red 194 ◦ green 152 ◦ blue 211

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

Shades of Wisteria #C298D3

Tints of Wisteria #C298D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 34.83%
G = 27.29%
B = 37.88%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C298D3 (or 0xC298D3) is known color: Wisteria. HEX triplet: C2, 98 and D3. RGB value is (194,152,211). Sum of RGB (Red+Green+Blue) = 194+152+211=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #C298D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298D3 is #3D672C. Grayscale: #ABABAB. Windows color (decimal): -4024109 or 13867202. OLE color: 13867202.

HSL color Cylindrical-coordinate representation of color #C298D3: hue angle of 282.71º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C298D3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 152 211 -
CMYK 0.08 0.28 0 0.17
HSL 282.71º 0.4% 0.71% -
HSV(B) 282.71º 0.28% 0.83% -
XYZ 45.23 38.63 66.7 -
YUV 171.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 194 152 211 0.08 0.28 0 0.17 282.71 0.4 0.71
Hex C2 98 D3 8 1C 0 11 11B 28 47
Octal 302 230 323 10 34 0 21 433 50 107
Binary 11000010 10011000 11010011 1000 11100 0 10001 100011011 101000 1000111

Color Harmonies of #C298D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298D3

Black with #C298D3

Text Example


Text Example

White with #C298D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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