Html Css Color HEX #C28CD6 Wisteria

📋 copy color: '#C28CD6'

red 194 ◦ green 140 ◦ blue 214

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

Shades of Wisteria #C28CD6

Tints of Wisteria #C28CD6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.55%

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

R = 35.4%
G = 25.55%
B = 39.05%

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

#C28CD6 (or 0xC28CD6) is known color: Wisteria. HEX triplet: C2, 8C and D6. RGB value is (194,140,214). Sum of RGB (Red+Green+Blue) = 194+140+214=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #C28CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CD6 is #3D7329. Grayscale: #A4A4A4. Windows color (decimal): -4027178 or 14060738. OLE color: 14060738.

HSL color Cylindrical-coordinate representation of color #C28CD6: hue angle of 283.78º degrees, saturation: 0.47, 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 #C28CD6 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 140 214 -
CMYK 0.09 0.35 0 0.16
HSL 283.78º 0.47% 0.69% -
HSV(B) 283.78º 0.35% 0.84% -
XYZ 43.76 35.08 68.08 -
YUV 164.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 194 140 214 0.09 0.35 0 0.16 283.78 0.47 0.69
Hex C2 8C D6 9 23 0 10 11C 2F 45
Octal 302 214 326 11 43 0 20 434 57 105
Binary 11000010 10001100 11010110 1001 100011 0 10000 100011100 101111 1000101

Color Harmonies of #C28CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CD6

Black with #C28CD6

Text Example


Text Example

White with #C28CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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