Html Css Color HEX #C28BD6 Wisteria

📋 copy color: '#C28BD6'

red 194 ◦ green 139 ◦ blue 214

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

Shades of Wisteria #C28BD6

Tints of Wisteria #C28BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.41%

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

R = 35.47%
G = 25.41%
B = 39.12%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C28BD6 (or 0xC28BD6) is known color: Wisteria. HEX triplet: C2, 8B and D6. RGB value is (194,139,214). Sum of RGB (Red+Green+Blue) = 194+139+214=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #C28BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BD6 is #3D7429. Grayscale: #A3A3A3. Windows color (decimal): -4027434 or 14060482. OLE color: 14060482.

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

Color convert

RGB 194 139 214 -
CMYK 0.09 0.35 0 0.16
HSL 284º 0.48% 0.69% -
HSV(B) 284º 0.35% 0.84% -
XYZ 43.62 34.79 68.03 -
YUV 164 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 194 139 214 0.09 0.35 0 0.16 284 0.48 0.69
Hex C2 8B D6 9 23 0 10 11C 30 45
Octal 302 213 326 11 43 0 20 434 60 105
Binary 11000010 10001011 11010110 1001 100011 0 10000 100011100 110000 1000101

Color Harmonies of #C28BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BD6

Black with #C28BD6

Text Example


Text Example

White with #C28BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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