Html Css Color HEX #C28ADC Wisteria

📋 copy color: '#C28ADC'

red 194 ◦ green 138 ◦ blue 220

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

Shades of Wisteria #C28ADC

Tints of Wisteria #C28ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 35.14%
G = 25%
B = 39.86%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C28ADC (or 0xC28ADC) is known color: Wisteria. HEX triplet: C2, 8A and DC. RGB value is (194,138,220). Sum of RGB (Red+Green+Blue) = 194+138+220=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C28ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ADC is #3D7523. Grayscale: #A3A3A3. Windows color (decimal): -4027684 or 14453442. OLE color: 14453442.

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

Color convert

RGB 194 138 220 -
CMYK 0.12 0.37 0 0.14
HSL 280.98º 0.54% 0.7% -
HSV(B) 280.98º 0.37% 0.86% -
XYZ 44.25 34.81 72.1 -
YUV 164.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 194 138 220 0.12 0.37 0 0.14 280.98 0.54 0.7
Hex C2 8A DC C 25 0 E 119 36 46
Octal 302 212 334 14 45 0 16 431 66 106
Binary 11000010 10001010 11011100 1100 100101 0 1110 100011001 110110 1000110

Color Harmonies of #C28ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ADC

Black with #C28ADC

Text Example


Text Example

White with #C28ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ADC; }

 p { color: rgb(194,138,220); }

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

background-color css

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

 a { background-color: rgb(194,138,220); }

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

border-color css

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

 span { border-color: rgb(194,138,220); }

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