Html Css Color HEX #C27DDA Wisteria

📋 copy color: '#C27DDA'

red 194 ◦ green 125 ◦ blue 218

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

Shades of Wisteria #C27DDA

Tints of Wisteria #C27DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.28%

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

R = 36.13%
G = 23.28%
B = 40.6%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C27DDA (or 0xC27DDA) is known color: Wisteria. HEX triplet: C2, 7D and DA. RGB value is (194,125,218). Sum of RGB (Red+Green+Blue) = 194+125+218=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C27DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDA is #3D8225. Grayscale: #9B9B9B. Windows color (decimal): -4031014 or 14319042. OLE color: 14319042.

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

Color convert

RGB 194 125 218 -
CMYK 0.11 0.43 0 0.15
HSL 284.52º 0.56% 0.67% -
HSV(B) 284.52º 0.43% 0.85% -
XYZ 42.24 31.2 70.13 -
YUV 156.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 194 125 218 0.11 0.43 0 0.15 284.52 0.56 0.67
Hex C2 7D DA B 2B 0 F 11D 38 43
Octal 302 175 332 13 53 0 17 435 70 103
Binary 11000010 1111101 11011010 1011 101011 0 1111 100011101 111000 1000011

Color Harmonies of #C27DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DDA

Black with #C27DDA

Text Example


Text Example

White with #C27DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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