Html Css Color HEX #C298CD Wisteria

📋 copy color: '#C298CD'

red 194 ◦ green 152 ◦ blue 205

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

Shades of Wisteria #C298CD

Tints of Wisteria #C298CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 35.21%
G = 27.59%
B = 37.21%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C298CD (or 0xC298CD) is known color: Wisteria. HEX triplet: C2, 98 and CD. RGB value is (194,152,205). Sum of RGB (Red+Green+Blue) = 194+152+205=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #C298CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298CD is #3D6732. Grayscale: #AAAAAA. Windows color (decimal): -4024115 or 13473986. OLE color: 13473986.

HSL color Cylindrical-coordinate representation of color #C298CD: hue angle of 287.55º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C298CD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 152 205 -
CMYK 0.05 0.26 0 0.20
HSL 287.55º 0.35% 0.7% -
HSV(B) 287.55º 0.26% 0.8% -
XYZ 44.5 38.33 62.81 -
YUV 170.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 194 152 205 0.05 0.26 0 0.20 287.55 0.35 0.7
Hex C2 98 CD 5 1A 0 14 120 23 46
Octal 302 230 315 5 32 0 24 440 43 106
Binary 11000010 10011000 11001101 101 11010 0 10100 100100000 100011 1000110

Color Harmonies of #C298CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298CD

Black with #C298CD

Text Example


Text Example

White with #C298CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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