Html Css Color HEX #C28CD5 Wisteria

📋 copy color: '#C28CD5'

red 194 ◦ green 140 ◦ blue 213

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

Shades of Wisteria #C28CD5

Tints of Wisteria #C28CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 35.47%
G = 25.59%
B = 38.94%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C28CD5 (or 0xC28CD5) is known color: Wisteria. HEX triplet: C2, 8C and D5. RGB value is (194,140,213). Sum of RGB (Red+Green+Blue) = 194+140+213=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #C28CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CD5 is #3D732A. Grayscale: #A4A4A4. Windows color (decimal): -4027179 or 13995202. OLE color: 13995202.

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

Color convert

RGB 194 140 213 -
CMYK 0.09 0.34 0 0.16
HSL 284.38º 0.46% 0.69% -
HSV(B) 284.38º 0.34% 0.84% -
XYZ 43.64 35.03 67.41 -
YUV 164.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 194 140 213 0.09 0.34 0 0.16 284.38 0.46 0.69
Hex C2 8C D5 9 22 0 10 11C 2E 45
Octal 302 214 325 11 42 0 20 434 56 105
Binary 11000010 10001100 11010101 1001 100010 0 10000 100011100 101110 1000101

Color Harmonies of #C28CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CD5

Black with #C28CD5

Text Example


Text Example

White with #C28CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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