Html Css Color HEX #C298D4 Wisteria

📋 copy color: '#C298D4'

red 194 ◦ green 152 ◦ blue 212

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

Shades of Wisteria #C298D4

Tints of Wisteria #C298D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 34.77%
G = 27.24%
B = 37.99%

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

#C298D4 (or 0xC298D4) is known color: Wisteria. HEX triplet: C2, 98 and D4. RGB value is (194,152,212). Sum of RGB (Red+Green+Blue) = 194+152+212=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #C298D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298D4 is #3D672B. Grayscale: #ABABAB. Windows color (decimal): -4024108 or 13932738. OLE color: 13932738.

HSL color Cylindrical-coordinate representation of color #C298D4: hue angle of 282º degrees, saturation: 0.41, 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 #C298D4 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 152 212 -
CMYK 0.08 0.28 0 0.17
HSL 282º 0.41% 0.71% -
HSV(B) 282º 0.28% 0.83% -
XYZ 45.36 38.68 67.36 -
YUV 171.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 194 152 212 0.08 0.28 0 0.17 282 0.41 0.71
Hex C2 98 D4 8 1C 0 11 11A 29 47
Octal 302 230 324 10 34 0 21 432 51 107
Binary 11000010 10011000 11010100 1000 11100 0 10001 100011010 101001 1000111

Color Harmonies of #C298D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298D4

Black with #C298D4

Text Example


Text Example

White with #C298D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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