Html Css Color HEX #C38EEF Wisteria

📋 copy color: '#C38EEF'

red 195 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #C38EEF

Tints of Wisteria #C38EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.65%

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 33.85%
G = 24.65%
B = 41.49%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C38EEF (or 0xC38EEF) is known color: Wisteria. HEX triplet: C3, 8E and EF. RGB value is (195,142,239). Sum of RGB (Red+Green+Blue) = 195+142+239=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #C38EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EEF is #3C7110. Grayscale: #A8A8A8. Windows color (decimal): -3961105 or 15699651. OLE color: 15699651.

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

Color convert

RGB 195 142 239 -
CMYK 0.18 0.41 0 0.06
HSL 272.78º 0.75% 0.75% -
HSV(B) 272.78º 0.41% 0.94% -
XYZ 47.76 37.18 86.32 -
YUV 168.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 195 142 239 0.18 0.41 0 0.06 272.78 0.75 0.75
Hex C3 8E EF 12 29 0 6 111 4B 4B
Octal 303 216 357 22 51 0 6 421 113 113
Binary 11000011 10001110 11101111 10010 101001 0 110 100010001 1001011 1001011

Color Harmonies of #C38EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EEF

Black with #C38EEF

Text Example


Text Example

White with #C38EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EEF; }

 p { color: rgb(195,142,239); }

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

background-color css

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

 a { background-color: rgb(195,142,239); }

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

border-color css

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

 span { border-color: rgb(195,142,239); }

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