Html Css Color HEX #C385EA Wisteria

📋 copy color: '#C385EA'

red 195 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #C385EA

Tints of Wisteria #C385EA

RGB

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

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

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

R = 34.7%
G = 23.67%
B = 41.64%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C385EA (or 0xC385EA) is known color: Wisteria. HEX triplet: C3, 85 and EA. RGB value is (195,133,234). Sum of RGB (Red+Green+Blue) = 195+133+234=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #C385EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385EA is #3C7A15. Grayscale: #A2A2A2. Windows color (decimal): -3963414 or 15369667. OLE color: 15369667.

HSL color Cylindrical-coordinate representation of color #C385EA: hue angle of 276.83º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C385EA is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 133 234 -
CMYK 0.17 0.43 0 0.08
HSL 276.83º 0.71% 0.72% -
HSV(B) 276.83º 0.43% 0.92% -
XYZ 45.74 34.32 82.05 -
YUV 163.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 195 133 234 0.17 0.43 0 0.08 276.83 0.71 0.72
Hex C3 85 EA 11 2B 0 8 115 47 48
Octal 303 205 352 21 53 0 10 425 107 110
Binary 11000011 10000101 11101010 10001 101011 0 1000 100010101 1000111 1001000

Color Harmonies of #C385EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385EA

Black with #C385EA

Text Example


Text Example

White with #C385EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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