Html Css Color HEX #C898D3 Wisteria

📋 copy color: '#C898D3'

red 200 ◦ green 152 ◦ blue 211

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

Shades of Wisteria #C898D3

Tints of Wisteria #C898D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.48%

R = 35.52%
G = 27%
B = 37.48%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C898D3 (or 0xC898D3) is known color: Wisteria. HEX triplet: C8, 98 and D3. RGB value is (200,152,211). Sum of RGB (Red+Green+Blue) = 200+152+211=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #C898D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898D3 is #37672C. Grayscale: #ACACAC. Windows color (decimal): -3630893 or 13867208. OLE color: 13867208.

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

Color convert

RGB 200 152 211 -
CMYK 0.05 0.28 0 0.17
HSL 288.81º 0.4% 0.71% -
HSV(B) 288.81º 0.28% 0.83% -
XYZ 46.81 39.44 66.77 -
YUV 173.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 200 152 211 0.05 0.28 0 0.17 288.81 0.4 0.71
Hex C8 98 D3 5 1C 0 11 121 28 47
Octal 310 230 323 5 34 0 21 441 50 107
Binary 11001000 10011000 11010011 101 11100 0 10001 100100001 101000 1000111

Color Harmonies of #C898D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C898D3

Black with #C898D3

Text Example


Text Example

White with #C898D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C898D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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