Html Css Color HEX #C898DF Wisteria

📋 copy color: '#C898DF'

red 200 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #C898DF

Tints of Wisteria #C898DF

RGB

 RED value IS 200 (78.52% from 255) = 34.78%

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 34.78%
G = 26.43%
B = 38.78%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C898DF (or 0xC898DF) is known color: Wisteria. HEX triplet: C8, 98 and DF. RGB value is (200,152,223). Sum of RGB (Red+Green+Blue) = 200+152+223=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C898DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898DF is #376720. Grayscale: #AEAEAE. Windows color (decimal): -3630881 or 14653640. OLE color: 14653640.

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

Color convert

RGB 200 152 223 -
CMYK 0.10 0.32 0 0.13
HSL 280.56º 0.53% 0.74% -
HSV(B) 280.56º 0.32% 0.87% -
XYZ 48.37 40.06 75 -
YUV 174.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 200 152 223 0.10 0.32 0 0.13 280.56 0.53 0.74
Hex C8 98 DF A 20 0 D 119 35 4A
Octal 310 230 337 12 40 0 15 431 65 112
Binary 11001000 10011000 11011111 1010 100000 0 1101 100011001 110101 1001010

Color Harmonies of #C898DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C898DF

Black with #C898DF

Text Example


Text Example

White with #C898DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C898DF; }

 p { color: rgb(200,152,223); }

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

background-color css

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

 a { background-color: rgb(200,152,223); }

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

border-color css

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

 span { border-color: rgb(200,152,223); }

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