Html Css Color HEX #C38AE0 Wisteria

📋 copy color: '#C38AE0'

red 195 ◦ green 138 ◦ blue 224

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

Shades of Wisteria #C38AE0

Tints of Wisteria #C38AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 35.01%
G = 24.78%
B = 40.22%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C38AE0 (or 0xC38AE0) is known color: Wisteria. HEX triplet: C3, 8A and E0. RGB value is (195,138,224). Sum of RGB (Red+Green+Blue) = 195+138+224=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #C38AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AE0 is #3C751F. Grayscale: #A4A4A4. Windows color (decimal): -3962144 or 14715587. OLE color: 14715587.

HSL color Cylindrical-coordinate representation of color #C38AE0: hue angle of 279.77º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38AE0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 138 224 -
CMYK 0.13 0.38 0 0.12
HSL 279.77º 0.58% 0.71% -
HSV(B) 279.77º 0.38% 0.88% -
XYZ 45.05 35.16 74.93 -
YUV 164.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 195 138 224 0.13 0.38 0 0.12 279.77 0.58 0.71
Hex C3 8A E0 D 26 0 C 118 3A 47
Octal 303 212 340 15 46 0 14 430 72 107
Binary 11000011 10001010 11100000 1101 100110 0 1100 100011000 111010 1000111

Color Harmonies of #C38AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AE0

Black with #C38AE0

Text Example


Text Example

White with #C38AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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