Html Css Color HEX #C28FD6 Wisteria

📋 copy color: '#C28FD6'

red 194 ◦ green 143 ◦ blue 214

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

Shades of Wisteria #C28FD6

Tints of Wisteria #C28FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.84%

R = 35.21%
G = 25.95%
B = 38.84%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C28FD6 (or 0xC28FD6) is known color: Wisteria. HEX triplet: C2, 8F and D6. RGB value is (194,143,214). Sum of RGB (Red+Green+Blue) = 194+143+214=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #C28FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FD6 is #3D7029. Grayscale: #A6A6A6. Windows color (decimal): -4026410 or 14061506. OLE color: 14061506.

HSL color Cylindrical-coordinate representation of color #C28FD6: hue angle of 283.1º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28FD6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 143 214 -
CMYK 0.09 0.33 0 0.16
HSL 283.1º 0.46% 0.7% -
HSV(B) 283.1º 0.33% 0.84% -
XYZ 44.21 35.97 68.23 -
YUV 166.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 194 143 214 0.09 0.33 0 0.16 283.1 0.46 0.7
Hex C2 8F D6 9 21 0 10 11B 2E 46
Octal 302 217 326 11 41 0 20 433 56 106
Binary 11000010 10001111 11010110 1001 100001 0 10000 100011011 101110 1000110

Color Harmonies of #C28FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FD6

Black with #C28FD6

Text Example


Text Example

White with #C28FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FD6; }

 p { color: rgb(194,143,214); }

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

background-color css

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

 a { background-color: rgb(194,143,214); }

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

border-color css

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

 span { border-color: rgb(194,143,214); }

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