Html Css Color HEX #C898D5 Wisteria

📋 copy color: '#C898D5'

red 200 ◦ green 152 ◦ blue 213

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

Shades of Wisteria #C898D5

Tints of Wisteria #C898D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 35.4%
G = 26.9%
B = 37.7%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C898D5 (or 0xC898D5) is known color: Wisteria. HEX triplet: C8, 98 and D5. RGB value is (200,152,213). Sum of RGB (Red+Green+Blue) = 200+152+213=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #C898D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898D5 is #37672A. Grayscale: #ADADAD. Windows color (decimal): -3630891 or 13998280. OLE color: 13998280.

HSL color Cylindrical-coordinate representation of color #C898D5: hue angle of 287.21º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C898D5 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 152 213 -
CMYK 0.06 0.29 0 0.16
HSL 287.21º 0.42% 0.72% -
HSV(B) 287.21º 0.29% 0.84% -
XYZ 47.06 39.54 68.1 -
YUV 173.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 200 152 213 0.06 0.29 0 0.16 287.21 0.42 0.72
Hex C8 98 D5 6 1D 0 10 11F 2A 48
Octal 310 230 325 6 35 0 20 437 52 110
Binary 11001000 10011000 11010101 110 11101 0 10000 100011111 101010 1001000

Color Harmonies of #C898D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C898D5

Black with #C898D5

Text Example


Text Example

White with #C898D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C898D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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