Html Css Color HEX #C383D4 Wisteria

📋 copy color: '#C383D4'

red 195 ◦ green 131 ◦ blue 212

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

Shades of Wisteria #C383D4

Tints of Wisteria #C383D4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.35%

 BLUE value IS 212 (83.2% from 255) = 39.41%

R = 36.25%
G = 24.35%
B = 39.41%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C383D4 (or 0xC383D4) is known color: Wisteria. HEX triplet: C3, 83 and D4. RGB value is (195,131,212). Sum of RGB (Red+Green+Blue) = 195+131+212=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #C383D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383D4 is #3C7C2B. Grayscale: #9F9F9F. Windows color (decimal): -3963948 or 13927363. OLE color: 13927363.

HSL color Cylindrical-coordinate representation of color #C383D4: hue angle of 287.41º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C383D4 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 131 212 -
CMYK 0.08 0.38 0 0.17
HSL 287.41º 0.49% 0.67% -
HSV(B) 287.41º 0.38% 0.83% -
XYZ 42.51 32.59 66.34 -
YUV 159.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 195 131 212 0.08 0.38 0 0.17 287.41 0.49 0.67
Hex C3 83 D4 8 26 0 11 11F 31 43
Octal 303 203 324 10 46 0 21 437 61 103
Binary 11000011 10000011 11010100 1000 100110 0 10001 100011111 110001 1000011

Color Harmonies of #C383D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C383D4

Black with #C383D4

Text Example


Text Example

White with #C383D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C383D4; }

 p { color: rgb(195,131,212); }

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

background-color css

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

 a { background-color: rgb(195,131,212); }

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

border-color css

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

 span { border-color: rgb(195,131,212); }

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