Html Css Color HEX #C88FDD Wisteria

📋 copy color: '#C88FDD'

red 200 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #C88FDD

Tints of Wisteria #C88FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.35%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 35.46%
G = 25.35%
B = 39.18%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C88FDD (or 0xC88FDD) is known color: Wisteria. HEX triplet: C8, 8F and DD. RGB value is (200,143,221). Sum of RGB (Red+Green+Blue) = 200+143+221=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C88FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FDD is #377022. Grayscale: #A8A8A8. Windows color (decimal): -3633187 or 14520264. OLE color: 14520264.

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

Color convert

RGB 200 143 221 -
CMYK 0.10 0.35 0 0.13
HSL 283.85º 0.53% 0.71% -
HSV(B) 283.85º 0.35% 0.87% -
XYZ 46.69 37.14 73.12 -
YUV 168.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 200 143 221 0.10 0.35 0 0.13 283.85 0.53 0.71
Hex C8 8F DD A 23 0 D 11C 35 47
Octal 310 217 335 12 43 0 15 434 65 107
Binary 11001000 10001111 11011101 1010 100011 0 1101 100011100 110101 1000111

Color Harmonies of #C88FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FDD

Black with #C88FDD

Text Example


Text Example

White with #C88FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FDD; }

 p { color: rgb(200,143,221); }

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

background-color css

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

 a { background-color: rgb(200,143,221); }

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

border-color css

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

 span { border-color: rgb(200,143,221); }

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