Html Css Color HEX #C38AED Wisteria

📋 copy color: '#C38AED'

red 195 ◦ green 138 ◦ blue 237

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

Shades of Wisteria #C38AED

Tints of Wisteria #C38AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 34.21%
G = 24.21%
B = 41.58%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C38AED (or 0xC38AED) is known color: Wisteria. HEX triplet: C3, 8A and ED. RGB value is (195,138,237). Sum of RGB (Red+Green+Blue) = 195+138+237=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #C38AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AED is #3C7512. Grayscale: #A5A5A5. Windows color (decimal): -3962131 or 15567555. OLE color: 15567555.

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

Color convert

RGB 195 138 237 -
CMYK 0.18 0.42 0 0.07
HSL 274.55º 0.73% 0.74% -
HSV(B) 274.55º 0.42% 0.93% -
XYZ 46.88 35.89 84.58 -
YUV 166.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 195 138 237 0.18 0.42 0 0.07 274.55 0.73 0.74
Hex C3 8A ED 12 2A 0 7 113 49 4A
Octal 303 212 355 22 52 0 7 423 111 112
Binary 11000011 10001010 11101101 10010 101010 0 111 100010011 1001001 1001010

Color Harmonies of #C38AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AED

Black with #C38AED

Text Example


Text Example

White with #C38AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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