Html Css Color HEX #C28BDA Wisteria

📋 copy color: '#C28BDA'

red 194 ◦ green 139 ◦ blue 218

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

Shades of Wisteria #C28BDA

Tints of Wisteria #C28BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 35.21%
G = 25.23%
B = 39.56%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C28BDA (or 0xC28BDA) is known color: Wisteria. HEX triplet: C2, 8B and DA. RGB value is (194,139,218). Sum of RGB (Red+Green+Blue) = 194+139+218=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #C28BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BDA is #3D7425. Grayscale: #A4A4A4. Windows color (decimal): -4027430 or 14322626. OLE color: 14322626.

HSL color Cylindrical-coordinate representation of color #C28BDA: hue angle of 281.77º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28BDA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 139 218 -
CMYK 0.11 0.36 0 0.15
HSL 281.77º 0.52% 0.7% -
HSV(B) 281.77º 0.36% 0.85% -
XYZ 44.14 35 70.76 -
YUV 164.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 194 139 218 0.11 0.36 0 0.15 281.77 0.52 0.7
Hex C2 8B DA B 24 0 F 11A 34 46
Octal 302 213 332 13 44 0 17 432 64 106
Binary 11000010 10001011 11011010 1011 100100 0 1111 100011010 110100 1000110

Color Harmonies of #C28BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BDA

Black with #C28BDA

Text Example


Text Example

White with #C28BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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