Html Css Color HEX #C38DEE Wisteria

📋 copy color: '#C38DEE'

red 195 ◦ green 141 ◦ blue 238

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

Shades of Wisteria #C38DEE

Tints of Wisteria #C38DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 33.97%
G = 24.56%
B = 41.46%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C38DEE (or 0xC38DEE) is known color: Wisteria. HEX triplet: C3, 8D and EE. RGB value is (195,141,238). Sum of RGB (Red+Green+Blue) = 195+141+238=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #C38DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DEE is #3C7211. Grayscale: #A7A7A7. Windows color (decimal): -3961362 or 15633859. OLE color: 15633859.

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

Color convert

RGB 195 141 238 -
CMYK 0.18 0.41 0 0.07
HSL 273.4º 0.74% 0.74% -
HSV(B) 273.4º 0.41% 0.93% -
XYZ 47.46 36.82 85.5 -
YUV 168.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 195 141 238 0.18 0.41 0 0.07 273.4 0.74 0.74
Hex C3 8D EE 12 29 0 7 111 4A 4A
Octal 303 215 356 22 51 0 7 421 112 112
Binary 11000011 10001101 11101110 10010 101001 0 111 100010001 1001010 1001010

Color Harmonies of #C38DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DEE

Black with #C38DEE

Text Example


Text Example

White with #C38DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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