Html Css Color HEX #C38BEA Wisteria

📋 copy color: '#C38BEA'

red 195 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #C38BEA

Tints of Wisteria #C38BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.47%

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 34.33%
G = 24.47%
B = 41.2%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C38BEA (or 0xC38BEA) is known color: Wisteria. HEX triplet: C3, 8B and EA. RGB value is (195,139,234). Sum of RGB (Red+Green+Blue) = 195+139+234=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #C38BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38BEA is #3C7415. Grayscale: #A6A6A6. Windows color (decimal): -3961878 or 15371203. OLE color: 15371203.

HSL color Cylindrical-coordinate representation of color #C38BEA: hue angle of 275.37º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38BEA is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 139 234 -
CMYK 0.17 0.41 0 0.08
HSL 275.37º 0.69% 0.73% -
HSV(B) 275.37º 0.41% 0.92% -
XYZ 46.59 36.01 82.34 -
YUV 166.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 195 139 234 0.17 0.41 0 0.08 275.37 0.69 0.73
Hex C3 8B EA 11 29 0 8 113 45 49
Octal 303 213 352 21 51 0 10 423 105 111
Binary 11000011 10001011 11101010 10001 101001 0 1000 100010011 1000101 1001001

Color Harmonies of #C38BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BEA

Black with #C38BEA

Text Example


Text Example

White with #C38BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BEA; }

 p { color: rgb(195,139,234); }

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

background-color css

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

 a { background-color: rgb(195,139,234); }

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

border-color css

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

 span { border-color: rgb(195,139,234); }

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