Html Css Color HEX #C38FD6 Wisteria

📋 copy color: '#C38FD6'

red 195 ◦ green 143 ◦ blue 214

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

Shades of Wisteria #C38FD6

Tints of Wisteria #C38FD6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 35.33%
G = 25.91%
B = 38.77%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C38FD6 (or 0xC38FD6) is known color: Wisteria. HEX triplet: C3, 8F and D6. RGB value is (195,143,214). Sum of RGB (Red+Green+Blue) = 195+143+214=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #C38FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FD6 is #3C7029. Grayscale: #A6A6A6. Windows color (decimal): -3960874 or 14061507. OLE color: 14061507.

HSL color Cylindrical-coordinate representation of color #C38FD6: hue angle of 283.94º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38FD6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 143 214 -
CMYK 0.09 0.33 0 0.16
HSL 283.94º 0.46% 0.7% -
HSV(B) 283.94º 0.33% 0.84% -
XYZ 44.47 36.1 68.24 -
YUV 166.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 195 143 214 0.09 0.33 0 0.16 283.94 0.46 0.7
Hex C3 8F D6 9 21 0 10 11C 2E 46
Octal 303 217 326 11 41 0 20 434 56 106
Binary 11000011 10001111 11010110 1001 100001 0 10000 100011100 101110 1000110

Color Harmonies of #C38FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FD6

Black with #C38FD6

Text Example


Text Example

White with #C38FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FD6; }

 p { color: rgb(195,143,214); }

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

background-color css

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

 a { background-color: rgb(195,143,214); }

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

border-color css

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

 span { border-color: rgb(195,143,214); }

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