Html Css Color HEX #C385EF Wisteria

📋 copy color: '#C385EF'

red 195 ◦ green 133 ◦ blue 239

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

Shades of Wisteria #C385EF

Tints of Wisteria #C385EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.46%

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

R = 34.39%
G = 23.46%
B = 42.15%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C385EF (or 0xC385EF) is known color: Wisteria. HEX triplet: C3, 85 and EF. RGB value is (195,133,239). Sum of RGB (Red+Green+Blue) = 195+133+239=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #C385EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385EF is #3C7A10. Grayscale: #A3A3A3. Windows color (decimal): -3963409 or 15697347. OLE color: 15697347.

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

Color convert

RGB 195 133 239 -
CMYK 0.18 0.44 0 0.06
HSL 275.09º 0.77% 0.73% -
HSV(B) 275.09º 0.44% 0.94% -
XYZ 46.47 34.61 85.89 -
YUV 163.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 195 133 239 0.18 0.44 0 0.06 275.09 0.77 0.73
Hex C3 85 EF 12 2C 0 6 113 4D 49
Octal 303 205 357 22 54 0 6 423 115 111
Binary 11000011 10000101 11101111 10010 101100 0 110 100010011 1001101 1001001

Color Harmonies of #C385EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385EF

Black with #C385EF

Text Example


Text Example

White with #C385EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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