Html Css Color HEX #C38AEC Wisteria

📋 copy color: '#C38AEC'

red 195 ◦ green 138 ◦ blue 236

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

Shades of Wisteria #C38AEC

Tints of Wisteria #C38AEC

RGB

 RED value IS 195 (76.56% from 255) = 34.27%

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

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 34.27%
G = 24.25%
B = 41.48%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C38AEC (or 0xC38AEC) is known color: Wisteria. HEX triplet: C3, 8A and EC. RGB value is (195,138,236). Sum of RGB (Red+Green+Blue) = 195+138+236=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #C38AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AEC is #3C7513. Grayscale: #A5A5A5. Windows color (decimal): -3962132 or 15502019. OLE color: 15502019.

HSL color Cylindrical-coordinate representation of color #C38AEC: hue angle of 274.9º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38AEC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 138 236 -
CMYK 0.17 0.42 0 0.07
HSL 274.9º 0.72% 0.73% -
HSV(B) 274.9º 0.42% 0.93% -
XYZ 46.73 35.84 83.81 -
YUV 166.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 195 138 236 0.17 0.42 0 0.07 274.9 0.72 0.73
Hex C3 8A EC 11 2A 0 7 113 48 49
Octal 303 212 354 21 52 0 7 423 110 111
Binary 11000011 10001010 11101100 10001 101010 0 111 100010011 1001000 1001001

Color Harmonies of #C38AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AEC

Black with #C38AEC

Text Example


Text Example

White with #C38AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AEC; }

 p { color: rgb(195,138,236); }

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

background-color css

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

 a { background-color: rgb(195,138,236); }

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

border-color css

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

 span { border-color: rgb(195,138,236); }

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