Html Css Color HEX #C28CDA Wisteria

📋 copy color: '#C28CDA'

red 194 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #C28CDA

Tints of Wisteria #C28CDA

RGB

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

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

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

R = 35.14%
G = 25.36%
B = 39.49%

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

#C28CDA (or 0xC28CDA) is known color: Wisteria. HEX triplet: C2, 8C and DA. RGB value is (194,140,218). Sum of RGB (Red+Green+Blue) = 194+140+218=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #C28CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CDA is #3D7325. Grayscale: #A4A4A4. Windows color (decimal): -4027174 or 14322882. OLE color: 14322882.

HSL color Cylindrical-coordinate representation of color #C28CDA: hue angle of 281.54º degrees, saturation: 0.51, 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 #C28CDA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 140 218 -
CMYK 0.11 0.36 0 0.15
HSL 281.54º 0.51% 0.7% -
HSV(B) 281.54º 0.36% 0.85% -
XYZ 44.28 35.29 70.81 -
YUV 165.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 194 140 218 0.11 0.36 0 0.15 281.54 0.51 0.7
Hex C2 8C DA B 24 0 F 11A 33 46
Octal 302 214 332 13 44 0 17 432 63 106
Binary 11000010 10001100 11011010 1011 100100 0 1111 100011010 110011 1000110

Color Harmonies of #C28CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CDA

Black with #C28CDA

Text Example


Text Example

White with #C28CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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