Html Css Color HEX #C38DE6 Wisteria

📋 copy color: '#C38DE6'

red 195 ◦ green 141 ◦ blue 230

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

Shades of Wisteria #C38DE6

Tints of Wisteria #C38DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 34.45%
G = 24.91%
B = 40.64%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C38DE6 (or 0xC38DE6) is known color: Wisteria. HEX triplet: C3, 8D and E6. RGB value is (195,141,230). Sum of RGB (Red+Green+Blue) = 195+141+230=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C38DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DE6 is #3C7219. Grayscale: #A6A6A6. Windows color (decimal): -3961370 or 15109571. OLE color: 15109571.

HSL color Cylindrical-coordinate representation of color #C38DE6: hue angle of 276.4º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38DE6 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 141 230 -
CMYK 0.15 0.39 0 0.10
HSL 276.4º 0.64% 0.73% -
HSV(B) 276.4º 0.39% 0.9% -
XYZ 46.31 36.37 79.44 -
YUV 167.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 195 141 230 0.15 0.39 0 0.10 276.4 0.64 0.73
Hex C3 8D E6 F 27 0 A 114 40 49
Octal 303 215 346 17 47 0 12 424 100 111
Binary 11000011 10001101 11100110 1111 100111 0 1010 100010100 1000000 1001001

Color Harmonies of #C38DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DE6

Black with #C38DE6

Text Example


Text Example

White with #C38DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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