Html Css Color HEX #C298DE Wisteria

📋 copy color: '#C298DE'

red 194 ◦ green 152 ◦ blue 222

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

Shades of Wisteria #C298DE

Tints of Wisteria #C298DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 34.15%
G = 26.76%
B = 39.08%

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

#C298DE (or 0xC298DE) is known color: Wisteria. HEX triplet: C2, 98 and DE. RGB value is (194,152,222). Sum of RGB (Red+Green+Blue) = 194+152+222=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C298DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298DE is #3D6721. Grayscale: #ACACAC. Windows color (decimal): -4024098 or 14588098. OLE color: 14588098.

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

Color convert

RGB 194 152 222 -
CMYK 0.13 0.32 0 0.13
HSL 276º 0.51% 0.73% -
HSV(B) 276º 0.32% 0.87% -
XYZ 46.66 39.2 74.21 -
YUV 172.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 194 152 222 0.13 0.32 0 0.13 276 0.51 0.73
Hex C2 98 DE D 20 0 D 114 33 49
Octal 302 230 336 15 40 0 15 424 63 111
Binary 11000010 10011000 11011110 1101 100000 0 1101 100010100 110011 1001001

Color Harmonies of #C298DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298DE

Black with #C298DE

Text Example


Text Example

White with #C298DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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