Html Css Color HEX #C28CDD Wisteria

📋 copy color: '#C28CDD'

red 194 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #C28CDD

Tints of Wisteria #C28CDD

RGB

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

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

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

R = 34.95%
G = 25.23%
B = 39.82%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C28CDD (or 0xC28CDD) is known color: Wisteria. HEX triplet: C2, 8C and DD. RGB value is (194,140,221). Sum of RGB (Red+Green+Blue) = 194+140+221=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CDD is #3D7322. Grayscale: #A5A5A5. Windows color (decimal): -4027171 or 14519490. OLE color: 14519490.

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

Color convert

RGB 194 140 221 -
CMYK 0.12 0.37 0 0.13
HSL 280º 0.54% 0.71% -
HSV(B) 280º 0.37% 0.87% -
XYZ 44.68 35.45 72.89 -
YUV 165.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 194 140 221 0.12 0.37 0 0.13 280 0.54 0.71
Hex C2 8C DD C 25 0 D 118 36 47
Octal 302 214 335 14 45 0 15 430 66 107
Binary 11000010 10001100 11011101 1100 100101 0 1101 100011000 110110 1000111

Color Harmonies of #C28CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CDD

Black with #C28CDD

Text Example


Text Example

White with #C28CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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