Html Css Color HEX #C38DEA Wisteria

📋 copy color: '#C38DEA'

red 195 ◦ green 141 ◦ blue 234

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

Shades of Wisteria #C38DEA

Tints of Wisteria #C38DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.74%

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

R = 34.21%
G = 24.74%
B = 41.05%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C38DEA (or 0xC38DEA) is known color: Wisteria. HEX triplet: C3, 8D and EA. RGB value is (195,141,234). Sum of RGB (Red+Green+Blue) = 195+141+234=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C38DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DEA is #3C7215. Grayscale: #A7A7A7. Windows color (decimal): -3961366 or 15371715. OLE color: 15371715.

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

Color convert

RGB 195 141 234 -
CMYK 0.17 0.40 0 0.08
HSL 274.84º 0.69% 0.74% -
HSV(B) 274.84º 0.4% 0.92% -
XYZ 46.88 36.59 82.43 -
YUV 167.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 195 141 234 0.17 0.40 0 0.08 274.84 0.69 0.74
Hex C3 8D EA 11 28 0 8 113 45 4A
Octal 303 215 352 21 50 0 10 423 105 112
Binary 11000011 10001101 11101010 10001 101000 0 1000 100010011 1000101 1001010

Color Harmonies of #C38DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DEA

Black with #C38DEA

Text Example


Text Example

White with #C38DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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